From: Zeev Suraski Date: Sat, 22 Sep 2001 14:03:27 +0000 (+0000) Subject: MFZE1 X-Git-Tag: PRE_SUBST_Z_MACROS~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e42ab2c95f08e468f8b1cfed4d1cfcb8352868b2;p=php MFZE1 --- diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index d773a5805f..13c6630814 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -220,8 +220,6 @@ struct _zend_alloc_globals { #endif }; -typedef int yy_state_type; - struct _zend_scanner_globals { FILE *yy_in; FILE *yy_out; @@ -234,7 +232,9 @@ struct _zend_scanner_globals { char _yy_hold_char; int yy_n_chars; int _yy_did_buffer_switch_on_eof; - yy_state_type _yy_last_accepting_state; + int _yy_last_accepting_state; /* Must be of the same type as yy_state_type, + * if for whatever reason it's no longer int! + */ char *_yy_last_accepting_cpos; int _yy_more_flag; int _yy_more_len;