summaryrefslogtreecommitdiff
path: root/boost/predef/compiler/hp_acc.h
diff options
context:
space:
mode:
Diffstat (limited to 'boost/predef/compiler/hp_acc.h')
-rw-r--r--boost/predef/compiler/hp_acc.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/boost/predef/compiler/hp_acc.h b/boost/predef/compiler/hp_acc.h
index 8cb7022d3b..7b3ffe9068 100644
--- a/boost/predef/compiler/hp_acc.h
+++ b/boost/predef/compiler/hp_acc.h
@@ -1,5 +1,5 @@
/*
-Copyright Rene Rivera 2008-2014
+Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
@@ -50,6 +50,8 @@ Version number available as major, minor, and patch.
#define BOOST_COMP_HPACC_NAME "HP aC++"
+#endif
+
#include <boost/predef/detail/test.h>
BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_HPACC,BOOST_COMP_HPACC_NAME)
@@ -57,6 +59,3 @@ BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_HPACC,BOOST_COMP_HPACC_NAME)
#include <boost/predef/detail/test.h>
BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_HPACC_EMULATED,BOOST_COMP_HPACC_NAME)
#endif
-
-
-#endif