Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-01-16 15:46:35


Author: turkanis
Date: 2008-01-16 15:46:34 EST (Wed, 16 Jan 2008)
New Revision: 42824
URL: http://svn.boost.org/trac/boost/changeset/42824

Log:
replaced __IBMCPP__ with _AIX
Text files modified:
   branches/iostreams_dev/boost/iostreams/detail/config/rtl.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/iostreams_dev/boost/iostreams/detail/config/rtl.hpp
==============================================================================
--- branches/iostreams_dev/boost/iostreams/detail/config/rtl.hpp (original)
+++ branches/iostreams_dev/boost/iostreams/detail/config/rtl.hpp 2008-01-16 15:46:34 EST (Wed, 16 Jan 2008)
@@ -46,7 +46,7 @@
 #else // Non-windows
 # if defined(_LARGEFILE64_SOURCE) && \
          (!defined(_FILE_OFFSET_BITS) || _FILE_OFFSET_BITS != 64) || \
- defined(__IBMCPP__) && !defined(_LARGE_FILES) || \
+ defined(_AIX) && !defined(_LARGE_FILES) || \
      defined(BOOST_IOSTREAMS_HAS_LARGE_FILE_EXTENSIONS)
      /**/
 


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