|
Lines 67-76
Link Here
|
| 67 |
"#define yyclearin (yychar=(YYEMPTY))", |
67 |
"#define yyclearin (yychar=(YYEMPTY))", |
| 68 |
"#define yyerrok (yyerrflag=0)", |
68 |
"#define yyerrok (yyerrflag=0)", |
| 69 |
"#define YYRECOVERING() (yyerrflag!=0)", |
69 |
"#define YYRECOVERING() (yyerrflag!=0)", |
| 70 |
#if 0 |
|
|
| 71 |
"extern int yylex();", |
| 72 |
"extern int yyparse();", |
| 73 |
#endif |
| 74 |
"static int yygrowstack();", |
70 |
"static int yygrowstack();", |
| 75 |
0 |
71 |
0 |
| 76 |
}; |
72 |
}; |
|
Lines 163-174
Link Here
|
| 163 |
"#define YYACCEPT goto yyaccept", |
159 |
"#define YYACCEPT goto yyaccept", |
| 164 |
"#define YYERROR goto yyerrlab", |
160 |
"#define YYERROR goto yyerrlab", |
| 165 |
"", |
161 |
"", |
| 166 |
"int", |
162 |
"#ifndef YYPARSE_PARAM", |
| 167 |
"#if defined(__cplusplus) || __STDC__", |
163 |
"#define YYPARSE_PARAM", |
| 168 |
"yyparse(void)", |
164 |
"#define YYPARSE_PARAM_DECL", |
| 169 |
"#else", |
165 |
"#else", |
| 170 |
"yyparse()", |
166 |
"#ifndef YYPARSE_PARAM_TYPE", |
|
|
167 |
"#define YYPARSE_PARAM_TYPE void *", |
| 168 |
"#endif", |
| 169 |
"#define YYPARSE_PARAM_DECL YYPARSE_PARAM_TYPE YYPARSE_PARAM;", |
| 171 |
"#endif", |
170 |
"#endif", |
|
|
171 |
"", |
| 172 |
"int", |
| 173 |
"yyparse (YYPARSE_PARAM)", |
| 174 |
" YYPARSE_PARAM_DECL", |
| 172 |
"{", |
175 |
"{", |
| 173 |
" register int yym, yyn, yystate;", |
176 |
" register int yym, yyn, yystate;", |
| 174 |
"#if YYDEBUG", |
177 |
"#if YYDEBUG", |