[tex-k] New tl build process (fwd)

Peter Breitenlohner peb at mppmu.mpg.de
Wed Mar 4 13:26:29 CET 2009


On Wed, 4 Mar 2009, Taco Hoekwater wrote:

> Peter Breitenlohner wrote:
>
>> In config.h there now is
>>     #ifdef WIN32
>>     #ifndef __STDC__
>>     #define __STDC__ 1
>>     #endif
>>     #endif /* not WIN32 */
>> whereas I'd (mildly) prefer
>>     #ifdef WIN32
>>     #undef __STDC__
>>     #define __STDC__ 1
>>     #endif /* not WIN32 */
>
> But that won't rid the terminal of gcc warning messages as it will
> just trigger a different one.

Oops, you may be right. Where do other definition of __STDC__, presumably
 	#define __STDC__
come from, your command line, i.e., -D__STDC__?

PB


More information about the tex-k mailing list