__STDC__ and non-conforming ANSI C compilers

Stephen J. Friedl friedl at vsi.COM
Wed Jan 25 13:34:11 AEST 1989


In article <944 at ubu.warwick.UUCP>, geoff at warwick.UUCP (Geoff Rimmer) writes:
> How about putting the following lines in /usr/include/local/__STDC__fix.h
> 
> #ifdef __STDC__
> #if __STDC__==0
> #undef __STDC__
> #endif
> #endif

You can't always #undef __STDC__, even for nonconformant compilers.

     Steve

-- 
Stephen J. Friedl        3B2-kind-of-guy            friedl at vsi.com
V-Systems, Inc.       I speak for you only      attmail!vsi!friedl
Santa Ana, CA  USA       +1 714 545 6442    {backbones}!vsi!friedl
Nancy Reagan on these *stupid* .signatures: "Enough already, OK?"



More information about the Comp.std.c mailing list