Xref: utzoo comp.std.c:1245 comp.sys.atari.st:16818 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!bellcore!clyde!ima!haddock!karl From: karl@haddock.ima.isc.com (Karl Heuer) Newsgroups: comp.std.c,comp.sys.atari.st Subject: Re: Mark Williams C Message-ID: <13522@haddock.ima.isc.com> Date: 1 Jun 89 16:14:54 GMT References: <24094@agate.BERKELEY.EDU> <431fba10.14a1f@gtephx.UUCP> <8137@boring.cwi.nl> <8530@chinet.chi.il.us> <13475@haddock.ima.isc.com> <1000@twwells.uucp> Reply-To: karl@haddock.ima.isc.com (Karl Heuer) Organization: Interactive Systems, Boston Lines: 15 In article <1000@twwells.uucp> bill@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@haddock.isc.com), The Walking Lint