Index: src/token.h |
diff --git a/src/token.h b/src/token.h |
index 33af7fe6bf1edfe656cb9218f55b52b4647ce175..eb825c1a74bb635b6fcff512a01a03e2d68a633a 100644 |
--- a/src/token.h |
+++ b/src/token.h |
@@ -71,6 +71,7 @@ namespace internal { |
/* this block of enum values being contiguous and sorted in the */ \ |
/* same order! */ \ |
T(INIT_VAR, "=init_var", 2) /* AST-use only. */ \ |
+ T(INIT_LET, "=init_let", 2) /* AST-use only. */ \ |
T(INIT_CONST, "=init_const", 2) /* AST-use only. */ \ |
T(ASSIGN, "=", 2) \ |
T(ASSIGN_BIT_OR, "|=", 2) \ |