Mark Williams C

Karl Heuer karl at haddock.ima.isc.com
Fri Jun 2 02:14:54 AEST 1989


In article <1000 at twwells.uucp> bill at twwells.UUCP (T. William Wells) writes:
>[You could, if necessary,] add this to the top of your code:
>	#ifndef __STDC__
>	#define __STDC__ 0
>	#endif

I think that, instead, I'll add the equivalent of
	#if defined(__STDC__) && __STDC__ <= 0
	#undef __STDC__
	#endif
until someone decides just what __STDC__==0 is supposed to mean.

Does MWC, running on a non-UNIX system, predefine `unix' to be `0'?

Karl W. Z. Heuer (ima!haddock!karl or karl at haddock.isc.com), The Walking Lint



More information about the Comp.std.c mailing list