From 77b2daeb56e1ff76810b426c937be8eecb09fe3f Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Wed, 18 Sep 2002 19:43:08 +0000 Subject: [PATCH] config redirection for Visual Age on AIX [SVN r15442] --- include/boost/preprocessor/config/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/preprocessor/config/config.hpp b/include/boost/preprocessor/config/config.hpp index a86f978..5e5925d 100644 --- a/include/boost/preprocessor/config/config.hpp +++ b/include/boost/preprocessor/config/config.hpp @@ -28,7 +28,7 @@ # define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_EDG() | BOOST_PP_CONFIG_STRICT()) # elif defined(__MWERKS__) # define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_MWCC()) -# elif defined(__BORLANDC__) +# elif defined(__BORLANDC__) || defined(__IBMC__) || defined(__IBMCPP__) # define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_BCC()) # elif defined(_MSC_VER) # define BOOST_PP_CONFIG_FLAGS() (BOOST_PP_CONFIG_MSVC())