summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-10-14 23:41:32 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-10-14 23:41:32 +0000
commitfac8eaff1a07823fd0fa2e54ef7796d7a9e40307 (patch)
tree1d8f3e3f6b1d8e488bbe9358fcb5c2a5b52819ba /Zend/zend_globals.h
parent9618e4e8540b809d6f8dc409c408de12fd41851b (diff)
downloadphp-git-fac8eaff1a07823fd0fa2e54ef7796d7a9e40307.tar.gz
MFZE1
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 2be5df282a..9ca3aa24e5 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -252,6 +252,7 @@ struct _zend_scanner_globals {
char *c_buf_p;
int init;
int start;
+ int lineno;
char _yy_hold_char;
int yy_n_chars;
int _yy_did_buffer_switch_on_eof;