$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53189 - branches/release/boost/mpl/aux_/config
From: hartmut.kaiser_at_[hidden]
Date: 2009-05-22 16:07:55
Author: hkaiser
Date: 2009-05-22 16:07:55 EDT (Fri, 22 May 2009)
New Revision: 53189
URL: http://svn.boost.org/trac/boost/changeset/53189
Log:
Fixed a bogus preprocessor directive
Text files modified: 
   branches/release/boost/mpl/aux_/config/compiler.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/mpl/aux_/config/compiler.hpp
==============================================================================
--- branches/release/boost/mpl/aux_/config/compiler.hpp	(original)
+++ branches/release/boost/mpl/aux_/config/compiler.hpp	2009-05-22 16:07:55 EDT (Fri, 22 May 2009)
@@ -35,7 +35,7 @@
 #   elif BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x610))
 #       if !defined(BOOST_MPL_CFG_NO_DEFAULT_PARAMETERS_IN_NESTED_TEMPLATES)
 #           define BOOST_MPL_CFG_COMPILER_DIR bcc551
-#       elseif BOOST_WORKAROUND(__BORLANDC__, >= 0x590)
+#       elif BOOST_WORKAROUND(__BORLANDC__, >= 0x590)
 #           define BOOST_MPL_CFG_COMPILER_DIR bcc
 #       else
 #           define BOOST_MPL_CFG_COMPILER_DIR bcc_pre590