Changes in src/Parser/parser.h [2f22cc4:064e3ff]
- File:
-
- 1 edited
-
src/Parser/parser.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.h
r2f22cc4 r064e3ff 262 262 263 263 /* Line 2068 of yacc.c */ 264 #line 11 5"parser.yy"264 #line 110 "parser.yy" 265 265 266 266 Token tok; … … 271 271 DeclarationNode::TypeClass tclass; 272 272 StatementNode *sn; 273 ConstantExpr *constant; 274 ForCtl *fctl; 273 ConstantNode *constant; 275 274 LabelNode *label; 276 275 InitializerNode *in; 277 Oper Kindsop;276 OperatorNode::Type op; 278 277 bool flag; 279 278 … … 281 280 282 281 /* Line 2068 of yacc.c */ 283 #line 28 4"Parser/parser.h"282 #line 283 "Parser/parser.h" 284 283 } YYSTYPE; 285 284 # define YYSTYPE_IS_TRIVIAL 1
Note:
See TracChangeset
for help on using the changeset viewer.