$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50573 - branches/release/boost
From: john_at_[hidden]
Date: 2009-01-14 05:18:19
Author: johnmaddock
Date: 2009-01-14 05:18:19 EST (Wed, 14 Jan 2009)
New Revision: 50573
URL: http://svn.boost.org/trac/boost/changeset/50573
Log:
fixes #2654.
Text files modified: 
   branches/release/boost/cstdint.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/cstdint.hpp
==============================================================================
--- branches/release/boost/cstdint.hpp	(original)
+++ branches/release/boost/cstdint.hpp	2009-01-14 05:18:19 EST (Wed, 14 Jan 2009)
@@ -36,7 +36,7 @@
       // this is triggered with GCC, because it defines __cplusplus < 199707L
 #     define BOOST_NO_INT64_T
 #   endif 
-# elif defined(__FreeBSD__) || defined(__IBMCPP__)
+# elif defined(__FreeBSD__) || defined(__IBMCPP__) || defined(_AIX)
 #   include <inttypes.h>
 # else
 #   include <stdint.h>