Mark Williams C

Doug Gwyn gwyn at smoke.BRL.MIL
Mon Jun 5 21:43:52 AEST 1989


In article <13522 at haddock.ima.isc.com> karl at haddock.ima.isc.com (Karl Heuer) writes:
>	#if defined(__STDC__) && __STDC__ <= 0
>	#undef __STDC__
>	#endif
>until someone decides just what __STDC__==0 is supposed to mean.

I don't know about the particular compiler in question, but I don't think
you're supposed to be able to #undef of re-#define the __????__ macros.
That's why I ended up using my own symbol STD_C instead of trying to "fix"
the vendor's __STDC__ in general.



More information about the Comp.std.c mailing list