main: fix spurious premature parse aborts in array mode
[project/jsonpath.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 0906f760df1bbfec9fe34081d9066c84cac49bd4..a47c1547c0721b74da619adf3b2b8687a67e963f 100644 (file)
--- 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);