Changeset 0e0f128c for driver/cfa.cc


Ignore:
Timestamp:
Aug 14, 2018, 1:20:59 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r0c827019 r0e0f128c  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jul 13 17:40:12 2018
    13 // Update Count     : 258
     12// Last Modified On : Fri Aug 10 18:17:58 2018
     13// Update Count     : 259
    1414//
    1515
     
    362362        }
    363363
     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
    364370        string libbase;
    365371        if( !intree ) {
Note: See TracChangeset for help on using the changeset viewer.