This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] One more fixincludes for darwin stdint.h


Mike Stump wrote:
> On Jul 4, 2009, at 4:18 AM, FX wrote:
>> My last fixincludes patch for darwin stdint.h still didn't fix some of
>> the C99 macros
> 
>> OK to commit?
> 
> Ok.  Thanks.
> 

You might want to consider the possibility that Darwin will someday
fix the headers and conditionalize some of the usage with
``#if.*WORDSIZE''.  In other words, add this clause:
    bypass = '#if.*WORDSIZE';
to the stanzas.

Otherwise, its okay.
 - Bruce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]