|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66783 - trunk/boost/config/compiler
From: john_at_[hidden]
Date: 2010-11-27 04:29:14
Author: johnmaddock
Date: 2010-11-27 04:29:11 EST (Sat, 27 Nov 2010)
New Revision: 66783
URL: http://svn.boost.org/trac/boost/changeset/66783
Log:
Revert last patch - it conflicts with existing definition.
Text files modified:
trunk/boost/config/compiler/gcc.hpp | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
Modified: trunk/boost/config/compiler/gcc.hpp
==============================================================================
--- trunk/boost/config/compiler/gcc.hpp (original)
+++ trunk/boost/config/compiler/gcc.hpp 2010-11-27 04:29:11 EST (Sat, 27 Nov 2010)
@@ -90,13 +90,6 @@
#endif
//
-// Identify cygwin environments
-//
-#if __CYGWIN__
-# define BOOST_CYGWIN
-#endif
-
-//
// Threading support: Turn this on unconditionally here (except for
// those platforms where we can know for sure). It will get turned off again
// later if no threading API is detected.
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk