[comp.lang.c] realloc?

gwyn@smoke.BRL.MIL (Doug Gwyn ) (04/01/89)

In article <10062@ihlpb.ATT.COM> tainter@ihlpb.UUCP (55521-Tainter,J.A.) writes:
>#ifndef __ANSI
>This text should not compile and will produce errors.  This should show you
>uou don't want to compile this anywhere but where __ANSI is defined.
>#endif

__ANSI isn't defined anywhere that I know of.
If you're talking about __STDC__,
I think the ' in the text will give you problems.