Changeset a37133c
- Timestamp:
- Aug 11, 2018, 4:53:05 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:
- 93c2e0a
- Parents:
- cfcf670
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/driver/cfa.cc
rcfcf670 ra37133c 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 … … 320 320 nargs += 1; 321 321 322 // add stdbool to get defines for bool/true/false 323 args[nargs] = "-imacros"; 324 nargs += 1; 325 args[nargs] = "stdbool.h"; 326 nargs += 1; 327 322 328 #ifdef HAVE_LIBCFA 323 329 if ( link ) {
Note: See TracChangeset
for help on using the changeset viewer.