summaryrefslogtreecommitdiff
path: root/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexer.h')
-rw-r--r--lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer.h b/lexer.h
index 0906f76..a47c154 100644
--- a/lexer.h
+++ b/lexer.h
@@ -19,7 +19,7 @@
#include "ast.h"
-extern const char *tokennames[23];
+extern const char *tokennames[25];
struct jp_opcode *
jp_get_token(struct jp_state *s, const char *input, int *mlen);