Support ZTS definition in zend_config.h

This commit is contained in:
Zeev Suraski 1999-12-07 06:19:42 +00:00
parent ee1b5bdcec
commit 3d160b5b7c

View file

@ -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
%}