]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/config/abi_prefix.hpp
Add forgotten test to distribution
[lyx.git] / boost / boost / config / abi_prefix.hpp
index 1733dc036b61b11338413da80bf04fe83842b791..3b1347492cab03c0491345bffe8b1c25193f7390 100644 (file)
@@ -1,6 +1,6 @@
 //  abi_prefix header  -------------------------------------------------------//
 
-// © Copyright John Maddock 2003
+// (c) Copyright John Maddock 2003
    
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
@@ -18,3 +18,8 @@
 #ifdef BOOST_HAS_ABI_HEADERS
 #  include BOOST_ABI_PREFIX
 #endif
+
+#if defined( __BORLANDC__ )
+#pragma nopushoptwarn
+#endif
+