- Timestamp:
- Apr 3, 2017, 12:26:38 PM (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:
- 221c2de7
- Parents:
- 727cf70f (diff), 7444113 (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
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/startup.h
r727cf70f ra6af031 18 18 #define STARTUP_H 19 19 20 #if GCC_VERSION > 50000 20 21 extern "C" { 21 22 enum { … … 26 27 }; 27 28 } 29 #else 30 #define STARTUP_PRIORITY_CORE 101 31 #define STARTUP_PRIORITY_KERNEL 102 32 #define STARTUP_PRIORITY_MEMORY 103 33 #define STARTUP_PRIORITY_IOSTREAM 104 34 #endif 28 35 29 36 #endif //STARTUP_H
Note: See TracChangeset
for help on using the changeset viewer.