diff options
Diffstat (limited to 'lex.yy.c.shipped')
-rw-r--r-- | lex.yy.c.shipped | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lex.yy.c.shipped b/lex.yy.c.shipped index d9d251db..1e3cf4ff 100644 --- a/lex.yy.c.shipped +++ b/lex.yy.c.shipped @@ -7342,6 +7342,9 @@ void prime_scanner(scanner_t *yyg, enum prime_parser prim) case prime_regex: yy_push_state(SREGEX, yyg); break; + case prime_json: + yy_push_state(JSON, yyg); + break; } } |