Boost logo

Boost-Commit :

From: Boris.Gubenko_at_[hidden]
Date: 2007-12-12 09:21:44


Author: bgubenko
Date: 2007-12-12 09:21:43 EST (Wed, 12 Dec 2007)
New Revision: 41989
URL: http://svn.boost.org/trac/boost/changeset/41989

Log:
merge change in trunk (changeset/41983) to release branch
Text files modified:
   branches/release/boost/numeric/interval/detail/ia64_rounding_control.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: branches/release/boost/numeric/interval/detail/ia64_rounding_control.hpp
==============================================================================
--- branches/release/boost/numeric/interval/detail/ia64_rounding_control.hpp (original)
+++ branches/release/boost/numeric/interval/detail/ia64_rounding_control.hpp 2007-12-12 09:21:43 EST (Wed, 12 Dec 2007)
@@ -1,6 +1,6 @@
 /* Boost interval/detail/ia64_rounding_control.hpp file
  *
- * Copyright 2006 Boris Gubenko
+ * Copyright 2006-2007 Boris Gubenko
  *
  * Distributed under the Boost Software License, Version 1.0.
  * (See accompanying file LICENSE_1_0.txt or
@@ -14,7 +14,7 @@
 #error This header only works on ia64 CPUs.
 #endif
 
-#if defined(__HP_aCC)
+#if defined(__hpux)
 
 # include <fenv.h>
 
@@ -77,7 +77,7 @@
 
 #undef BOOST_NUMERIC_INTERVAL_NO_HARDWARE
 
-#endif /* __HP_aCC */
+#endif /* __hpux */
 
 #endif /* BOOST_NUMERIC_INTERVAL_DETAIL_IA64_ROUNDING_CONTROL_HPP */
 


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