Changeset 0e0f128c for driver/cfa.cc
- Timestamp:
- Aug 14, 2018, 1:20:59 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 7b3a6e6
- Parents:
- 0c827019 (diff), 26f4dbe (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
-
driver/cfa.cc
r0c827019 r0e0f128c 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jul 13 17:40:12201813 // Update Count : 25 812 // Last Modified On : Fri Aug 10 18:17:58 2018 13 // Update Count : 259 14 14 // 15 15 … … 362 362 } 363 363 364 // add stdbool to get defines for bool/true/false 365 args[nargs] = "-imacros"; 366 nargs += 1; 367 args[nargs] = "stdbool.h"; 368 nargs += 1; 369 364 370 string libbase; 365 371 if( !intree ) {
Note: See TracChangeset
for help on using the changeset viewer.