diff options
Diffstat (limited to 'ext/json/php_json_scanner_defs.h')
-rw-r--r-- | ext/json/php_json_scanner_defs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/json/php_json_scanner_defs.h b/ext/json/php_json_scanner_defs.h new file mode 100644 index 0000000000..a75e766a65 --- /dev/null +++ b/ext/json/php_json_scanner_defs.h @@ -0,0 +1,7 @@ +/* Generated by re2c 0.14.3 */ + +enum YYCONDTYPE { + yycJS, + yycSTR_P1, + yycSTR_P2, +}; |