Changeset ed0e67a for src/driver


Ignore:
Timestamp:
Jul 6, 2016, 1:06:50 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
fcf041c
Parents:
a6151ba
Message:

add stdhdr directory to includes, containing extern "C" include wrappers for standard C include files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/driver/cfa.cc

    ra6151ba red0e67a  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jul  4 11:33:15 2016
    13 // Update Count     : 139
     12// Last Modified On : Tue Jul  5 20:56:18 2016
     13// Update Count     : 140
    1414//
    1515
     
    246246        args[nargs] = "-I" CFA_INCDIR;
    247247        nargs += 1;
    248         args[nargs] = "-I" CFA_INCDIR "/containers";
    249         nargs += 1;
    250 
     248        args[nargs] = "-I" CFA_INCDIR "/stdhdr";
     249        nargs += 1;
    251250        args[nargs] = "-I" CFA_INCDIR "/containers";
    252251        nargs += 1;
Note: See TracChangeset for help on using the changeset viewer.