From a20aa404282acf55f63af14a262db3cf0b068e1e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 15 May 2005 16:14:22 +0000 Subject: [PATCH] Print osf macros. [SVN r28930] --- test/config_info.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/config_info.cpp b/test/config_info.cpp index d79cd7f1..29005ea2 100644 --- a/test/config_info.cpp +++ b/test/config_info.cpp @@ -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()