diff options
Diffstat (limited to 'Zend/zend_ini_scanner_defs.h')
-rw-r--r-- | Zend/zend_ini_scanner_defs.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Zend/zend_ini_scanner_defs.h b/Zend/zend_ini_scanner_defs.h new file mode 100644 index 0000000..1fe4c0c --- /dev/null +++ b/Zend/zend_ini_scanner_defs.h @@ -0,0 +1,13 @@ +/* Generated by re2c 0.13.5 on Fri Nov 16 18:24:06 2012 */ +#line 3 "Zend/zend_ini_scanner_defs.h" + +enum YYCONDTYPE { + yycINITIAL, + yycST_OFFSET, + yycST_SECTION_VALUE, + yycST_VALUE, + yycST_SECTION_RAW, + yycST_DOUBLE_QUOTES, + yycST_VARNAME, + yycST_RAW, +}; |