implement POSIX regexp support
[project/jsonpath.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 0906f76..a47c154 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);