Changeset 0fc9756b for src/Parser
- Timestamp:
- Jul 11, 2017, 2:15:20 PM (7 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:
- fcab269
- Parents:
- 7c03d6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/parser.yy
r7c03d6d r0fc9756b 10 10 // Created On : Sat Sep 1 20:22:55 2001 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Jun 30 15:38:00 201713 // Update Count : 241 512 // Last Modified On : Tus Jul 11 13:39:00 2017 13 // Update Count : 2416 14 14 // 15 15 … … 2176 2176 { 2177 2177 linkageStack.push( linkage ); // handle nested extern "C"/"Cforall" 2178 linkage = LinkageSpec::linkage Check($2 );2178 linkage = LinkageSpec::linkageUpdate( linkage, $2 ); 2179 2179 } 2180 2180 '{' external_definition_list_opt '}'
Note: See TracChangeset
for help on using the changeset viewer.