diff --git a/include/boost/config/platform/macos.hpp b/include/boost/config/platform/macos.hpp index 51d03012..424027c4 100644 --- a/include/boost/config/platform/macos.hpp +++ b/include/boost/config/platform/macos.hpp @@ -10,7 +10,7 @@ #define BOOST_PLATFORM "Mac OS" // If __MACH__, we're using the BSD standard C library, not the MSL: -#if defined(__MACH__) +#if __MACH__ # define BOOST_NO_CTYPE_FUNCTIONS # define BOOST_NO_CWCHAR