Changeset 29038ef for src/Parser
- Timestamp:
- Jul 7, 2017, 10:39:13 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 54d714e, b5f9829
- Parents:
- 53a6c2a (diff), e182ce3 (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.yy (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
r53a6c2a r29038ef 2332 2332 | TYPEGENname 2333 2333 | CONST 2334 { $$ = Token{ new string( "__const__" ) }; }2334 { $$ = Token{ new string( "__const__" ), { nullptr, -1 } }; } 2335 2335 ; 2336 2336
Note:
See TracChangeset
for help on using the changeset viewer.