Re: C option processing, header inclusion ordering dependencies

2012-07-17 Thread Joseph S. Myers
On Tue, 17 Jul 2012, Mike Stump wrote: > In doing up the mods for the constant wide int code, we found a nasty > including ordering problem that seems only tangentially related to our > code. In options.h this is generated: Maybe such prototypes in options.h, that don't actually depend on anyt

C option processing, header inclusion ordering dependencies

2012-07-17 Thread Mike Stump
In doing up the mods for the constant wide int code, we found a nasty including ordering problem that seems only tangentially related to our code. In options.h this is generated: /* Anything that includes tm.h, does not necessarily need this. */ #if !defined(GCC_TM_H) #include "input.h" /* for