__STDCPP__ anybody?
Hokey
hokey at plus5.UUCP
Sun Jun 26 14:22:54 AEST 1988
We are in an environment in which we use a cpp which meets the (proposed)
C standard, but we don't have a standard C compiler.
As y'all well know, a standard cpp does some things differently than "older"
cpps, so we get to #ifdef our code in certain places. Using __STDC__ as
an indicator is not going to cut it, as it indicates a standard cpp as well
as a standard C compiler.
Does anybody besides me think a __STDCPP__ predefined symbol would be of
value?
--
Hokey
More information about the Comp.lang.c
mailing list