From 22eeeb33e90eb4a4682d6d5245ecc91fff6cd76e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 14 Aug 2003 10:22:05 +0000 Subject: [PATCH] Fixed spelling of "BOOST" - basically a enormous cut and paste error! [SVN r19581] --- include/boost/config/suffix.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/config/suffix.hpp b/include/boost/config/suffix.hpp index ff9e527b..4b2596ca 100644 --- a/include/boost/config/suffix.hpp +++ b/include/boost/config/suffix.hpp @@ -242,11 +242,11 @@ // This macro gets set if we have headers that fix the ABI, // and prevent ODR violations when linking to external libraries: #if defined(BOOST_ABI_PREFIX) && defined(BOOST_ABI_SUFFIX) && !defined(BOOST_HAS_ABI_HEADERS) -# define BOST_HAS_ABI_HEADERS +# define BOOST_HAS_ABI_HEADERS #endif -#if defined(BOST_HAS_ABI_HEADERS) && defined(BOOST_DISABLE_ABI_HEADERS) -# undef BOST_HAS_ABI_HEADERS +#if defined(BOOST_HAS_ABI_HEADERS) && defined(BOOST_DISABLE_ABI_HEADERS) +# undef BOOST_HAS_ABI_HEADERS #endif // BOOST_NO_STDC_NAMESPACE workaround --------------------------------------//