SVN: backtracexx/backtracexx.hpp

pluto pluto at pld-linux.org
Fri Nov 16 14:47:10 CET 2007


Author: pluto
Date: Fri Nov 16 14:47:10 2007
New Revision: 9059

Modified:
   backtracexx/backtracexx.hpp
Log:
- fix EOLs.


Modified: backtracexx/backtracexx.hpp
==============================================================================
--- backtracexx/backtracexx.hpp	(original)
+++ backtracexx/backtracexx.hpp	Fri Nov 16 14:47:10 2007
@@ -30,9 +30,9 @@
 
 #endif
 
-#ifdef BOOST_MSVC
-#pragma warning( push )
-#pragma warning( disable : 4251 )	//	disable warning about dll-interface for boost::logic::tribool.
+#ifdef BOOST_MSVC
+#pragma warning( push )
+#pragma warning( disable : 4251 )	//	disable warning about dll-interface for boost::logic::tribool.
 #endif 
 
 namespace backtracexx
@@ -61,8 +61,8 @@
 	BACKTRACEXX_EXPORT std::ostream& operator << ( std::ostream&, Trace const& );
 }
 
-#ifdef BOOST_MSVC
-#pragma warning( pop )
+#ifdef BOOST_MSVC
+#pragma warning( pop )
 #endif
 
 #endif


More information about the pld-cvs-commit mailing list