Index: src/variables.cc |
diff --git a/src/variables.cc b/src/variables.cc |
index 076cdc0a48ef5e3fce9b2424bff7f50761c27a56..d85e1b270ab30d452a3db4f84811a73458521c3b 100644 |
--- a/src/variables.cc |
+++ b/src/variables.cc |
@@ -41,6 +41,7 @@ const char* Variable::Mode2String(VariableMode mode) { |
switch (mode) { |
case VAR: return "VAR"; |
case CONST: return "CONST"; |
+ case CONST_HARMONY: return "CONST"; |
case LET: return "LET"; |
case DYNAMIC: return "DYNAMIC"; |
case DYNAMIC_GLOBAL: return "DYNAMIC_GLOBAL"; |