check for c_plusplus macro (indicates EDG non-strict mode)

[SVN r11464]
This commit is contained in:
Jens Maurer
2001-10-29 19:34:34 +00:00
parent ecd63c5809
commit c3024d2a6c

View File

@ -241,6 +241,7 @@ void print_compiler_macros()
// EDG // EDG
PRINT_MACRO(__EDG__); PRINT_MACRO(__EDG__);
PRINT_MACRO(__EDG_VERSION__); PRINT_MACRO(__EDG_VERSION__);
PRINT_MACRO(c_plusplus); // indication for strict mode
PRINT_MACRO(_BOOL); PRINT_MACRO(_BOOL);
PRINT_MACRO(_EXPLICIT); PRINT_MACRO(_EXPLICIT);
PRINT_MACRO(__SIGNED_CHARS__); PRINT_MACRO(__SIGNED_CHARS__);