$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: Boris.Gubenko_at_[hidden]
Date: 2007-10-22 23:44:33
Author: bgubenko
Date: 2007-10-22 23:44:33 EDT (Mon, 22 Oct 2007)
New Revision: 40323
URL: http://svn.boost.org/trac/boost/changeset/40323
Log:
fix typo in rev. 40321
Text files modified: 
   trunk/boost/math/special_functions/fpclassify.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/math/special_functions/fpclassify.hpp
==============================================================================
--- trunk/boost/math/special_functions/fpclassify.hpp	(original)
+++ trunk/boost/math/special_functions/fpclassify.hpp	2007-10-22 23:44:33 EDT (Mon, 22 Oct 2007)
@@ -40,7 +40,7 @@
 #     undef BOOST_HAS_FPCLASSIFY
 #     define BOOST_FPCLASSIFY_PREFIX
 #  endif
-#elif (defined(__HP_aCC) && !defined(__hppa)
+#elif (defined(__HP_aCC) && !defined(__hppa))
 // aCC 6 appears to do "#define fpclassify fpclassify" which messes us up a bit!
 #  define BOOST_FPCLASSIFY_PREFIX ::
 #else