Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!iuvax!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.std.c Subject: Re: __STDC__ and non-conforming ANSI C compilers Message-ID: <9496@smoke.BRL.MIL> Date: 24 Jan 89 21:51:01 GMT References: <9391@smoke.BRL.MIL> <8731@megaron.arizona.edu> <9405@smoke.BRL.MIL> <860@auspex.UUCP> <9422@smoke.BRL.MIL> <944@ubu.warwick.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 In article <944@ubu.warwick.UUCP> geoff@emerald.UUCP (Geoff Rimmer) writes: -#ifdef __STDC__ -#if __STDC__==0 -#undef __STDC__ -#endif -#endif I have no guarantee that the implementation will allow my program to #undef __STDC__. I suspect that some won't.