"John P. Hartmann" <[EMAIL PROTECTED]> writes: > __STDC_VERSION__: I tried that last week. I've already written to Toronto > telling them to document that the other STDC macros are defined only when > __STDC__ is.
How about the macro __C99__FUNC__? <http://publib.boulder.ibm.com/infocenter/macxhelp/index.jsp?topic=/com.ibm.vacpp6m.doc/language/ref/clrapxaix_macros.htm> suggests that this macro (along with some others) should be defined even with cc, unless the user takes some pains to shut off __func__, which isn't likely.
