Changeset 3078643 for src/Parser/parser.h
- Timestamp:
- Aug 10, 2016, 2:29:44 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- be0a9d8, ef42e764
- Parents:
- f18a711 (diff), a563f01 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/Parser/parser.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.h
rf18a711 r3078643 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; 276 Oper atorNode::Typeop;277 OperKinds op; 277 278 bool flag; 278 279 … … 280 281 281 282 /* Line 2068 of yacc.c */ 282 #line 28 3"Parser/parser.h"283 #line 284 "Parser/parser.h" 283 284 } YYSTYPE; 284 285 # define YYSTYPE_IS_TRIVIAL 1
Note:
See TracChangeset
for help on using the changeset viewer.