2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-17 01:32:15 +00:00

Print osf macros.

[SVN r28930]
This commit is contained in:
John Maddock
2005-05-15 16:14:22 +00:00
parent 30e64613cd
commit a20aa40428

View File

@@ -280,6 +280,8 @@ void print_compiler_macros()
PRINT_MACRO(__COMO__);
PRINT_MACRO(__COMO_VERSION__);
PRINT_MACRO(__DM__);
PRINT_MACRO(__osf__);
PRINT_MACRO(__OSF__);
}
void print_stdlib_macros()