summaryrefslogtreecommitdiff
path: root/boost/predef/compiler/iar.h
diff options
context:
space:
mode:
Diffstat (limited to 'boost/predef/compiler/iar.h')
-rw-r--r--boost/predef/compiler/iar.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/boost/predef/compiler/iar.h b/boost/predef/compiler/iar.h
index dd6bc0e095..237f492e29 100644
--- a/boost/predef/compiler/iar.h
+++ b/boost/predef/compiler/iar.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)
@@ -45,6 +45,8 @@ Version number available as major, minor, and patch.
#define BOOST_COMP_IAR_NAME "IAR C/C++"
+#endif
+
#include <boost/predef/detail/test.h>
BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_IAR,BOOST_COMP_IAR_NAME)
@@ -52,6 +54,3 @@ BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_IAR,BOOST_COMP_IAR_NAME)
#include <boost/predef/detail/test.h>
BOOST_PREDEF_DECLARE_TEST(BOOST_COMP_IAR_EMULATED,BOOST_COMP_IAR_NAME)
#endif
-
-
-#endif