summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-09-22 00:09:24 +0000
committerZeev Suraski <zeev@php.net>2001-09-22 00:09:24 +0000
commit17352812a3dc25808c9f4a922670169e7ef22a6d (patch)
treedbdc0521a240a96fa75d78ab4938c23f33cef47c /Zend/zend_globals.h
parent03f7406711d3706af0f237e1ea03974616dd2139 (diff)
downloadphp-git-17352812a3dc25808c9f4a922670169e7ef22a6d.tar.gz
MFZE1
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index a6151b866b..d773a5805f 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -220,6 +220,7 @@ struct _zend_alloc_globals {
#endif
};
+typedef int yy_state_type;
struct _zend_scanner_globals {
FILE *yy_in;
@@ -230,6 +231,13 @@ struct _zend_scanner_globals {
char *c_buf_p;
int init;
int start;
+ char _yy_hold_char;
+ int yy_n_chars;
+ int _yy_did_buffer_switch_on_eof;
+ yy_state_type _yy_last_accepting_state;
+ char *_yy_last_accepting_cpos;
+ int _yy_more_flag;
+ int _yy_more_len;
};
#endif /* ZEND_GLOBALS_H */