Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!haven!cvl!elsie!ado From: ado@elsie.UUCP (Arthur David Olson) Newsgroups: comp.std.c Subject: Re: __STDC__ and non-conforming ANSI C compilers Message-ID: <9075@elsie.UUCP> Date: 15 Feb 89 23:08:53 GMT References: <355@sdti.SDTI.COM> <11762@haddock.ima.isc.com> Organization: NIH-LEC, Bethesda, MD Lines: 8 > In fact, its failure to say more will probably doom the plan to define > __STDC__ to 2 in future standards. [Because many programs will write > #if __STDC__ == 1 and will break if it ever becomes 2.] #if __STDC__ >= 1 -- Arthur David Olson ado@ncifcrf.gov ADO is a trademark of Ampex. #endif /* __STDC__ >= 1 */