|
|
|
@ -27,12 +27,6 @@ |
|
|
|
* |
|
|
|
*/ |
|
|
|
|
|
|
|
#define YYERROR_VERBOSE |
|
|
|
#define YYSTYPE znode |
|
|
|
#ifdef ZTS |
|
|
|
# define YYPARSE_PARAM compiler_globals |
|
|
|
# define YYLEX_PARAM compiler_globals |
|
|
|
#endif |
|
|
|
|
|
|
|
#include "zend_compile.h" |
|
|
|
#include "zend.h" |
|
|
|
@ -42,6 +36,12 @@ |
|
|
|
#include "zend_variables.h" |
|
|
|
#include "zend_operators.h" |
|
|
|
|
|
|
|
#define YYERROR_VERBOSE |
|
|
|
#define YYSTYPE znode |
|
|
|
#ifdef ZTS |
|
|
|
# define YYPARSE_PARAM compiler_globals |
|
|
|
# define YYLEX_PARAM compiler_globals |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
%} |
|
|
|
|