MSC __STDC__ strange value

Esmond Pitt ejp at bohra.cpg.oz
Tue Dec 5 14:43:32 AEST 1989


For some strange reason, the MSC 5.1 compiler defines __STDC__ as 0, so

#if __STDC__
...
#endif

yields a different result from

#ifdef __STDC__
...
#endif

Why?


-- 
Esmond Pitt, Computer Power Group
ejp at bohra.cpg.oz



More information about the Comp.lang.c mailing list