Index: src/token.h |
diff --git a/src/token.h b/src/token.h |
index 7e6c18cfe6402bca329635057292fc3dfcbe46ad..33af7fe6bf1edfe656cb9218f55b52b4647ce175 100644 |
--- a/src/token.h |
+++ b/src/token.h |
@@ -168,6 +168,7 @@ namespace internal { |
T(FUTURE_RESERVED_WORD, NULL, 0) \ |
T(FUTURE_STRICT_RESERVED_WORD, NULL, 0) \ |
K(CONST, "const", 0) \ |
+ K(LET, "let", 0) \ |
\ |
/* Illegal token - not able to scan. */ \ |
T(ILLEGAL, "ILLEGAL", 0) \ |