Fixed spelling of "BOOST" - basically a enormous cut and paste error!

[SVN r19581]
This commit is contained in:
John Maddock
2003-08-14 10:22:05 +00:00
parent f64e7067c9
commit 22eeeb33e9

View File

@ -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 --------------------------------------//