Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 494240 | Differences between
and this patch

Collapse All | Expand All

(-)Zend/zend_language_parser.y.orig (-4 / +7 lines)
Lines 38-47 Link Here
38
38
39
#define YYERROR_VERBOSE
39
#define YYERROR_VERBOSE
40
#define YYSTYPE znode
40
#define YYSTYPE znode
41
#ifdef ZTS
42
# define YYPARSE_PARAM tsrm_ls
43
# define YYLEX_PARAM tsrm_ls
44
#endif
45
41
46
42
47
%}
43
%}
Lines 49-54 Link Here
49
%pure_parser
45
%pure_parser
50
%expect 2
46
%expect 2
51
47
48
%code requires {
49
#ifdef ZTS
50
# define YYPARSE_PARAM tsrm_ls
51
# define YYLEX_PARAM tsrm_ls
52
#endif
53
}
54
52
%left T_INCLUDE T_INCLUDE_ONCE T_EVAL T_REQUIRE T_REQUIRE_ONCE
55
%left T_INCLUDE T_INCLUDE_ONCE T_EVAL T_REQUIRE T_REQUIRE_ONCE
53
%left ','
56
%left ','
54
%left T_LOGICAL_OR
57
%left T_LOGICAL_OR

Return to bug 494240