Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509890
Collapse All | Expand All

(-)gcc-3.3.6/gcc/c-parse.y (+1 lines)
Lines 52-57 Link Here
52
52
53
53
54
/* Like YYERROR but do call yyerror.  */
54
/* Like YYERROR but do call yyerror.  */
55
#define YYLEX yylex()
55
#define YYERROR1 { yyerror ("syntax error"); YYERROR; }
56
#define YYERROR1 { yyerror ("syntax error"); YYERROR; }
56
57
57
/* Like the default stack expander, except (1) use realloc when possible,
58
/* Like the default stack expander, except (1) use realloc when possible,

Return to bug 509890