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