Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 3943de329dff44168e69c4efc2235aecd0163943..be27fa95547400fbb9f1f058eb25d88b0251bd5d 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -182,6 +182,8 @@ DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony fetaures") |
DEFINE_IMPLICATION(harmony, es_staging) |
DEFINE_IMPLICATION(es_staging, harmony) |
+DEFINE_BOOL(legacy_const, true, "legacy semantics for const in sloppy mode") |
+ |
// Features that are still work in progress (behind individual flags). |
#define HARMONY_INPROGRESS(V) \ |
V(harmony_modules, "harmony modules") \ |