Changeset 5ebb2fbc for src/SynTree
- Timestamp:
- Jan 18, 2017, 12:47:15 PM (9 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, stuck-waitfor-destruct, with_gc
- Children:
- e9e4e9ee
- Parents:
- f3b0a07 (diff), c49bf54 (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/SynTree/FunctionDecl.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/FunctionDecl.cc
rf3b0a07 r5ebb2fbc 22 22 #include "Common/utility.h" 23 23 #include "InitTweak/InitTweak.h" 24 #include "CodeGen/FixMain.h" 24 25 25 26 extern bool translation_unit_nomain; … … 32 33 // because we want to replace the main even if it is inside an extern 33 34 if ( name == "main" ) { 34 set_linkage( translation_unit_nomain ? LinkageSpec::C : LinkageSpec::Cforall);35 set_linkage( CodeGen::FixMain::mainLinkage() ); 35 36 } // if 36 37 }
Note:
See TracChangeset
for help on using the changeset viewer.