summaryrefslogtreecommitdiff
path: root/boost/predef/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'boost/predef/compiler.h')
-rw-r--r--boost/predef/compiler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/predef/compiler.h b/boost/predef/compiler.h
index 12c4dfcb88..61a4c527ab 100644
--- a/boost/predef/compiler.h
+++ b/boost/predef/compiler.h
@@ -1,12 +1,14 @@
/*
-Copyright Rene Rivera 2008-2013
+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)
*/
+#if !defined(BOOST_PREDEF_COMPILER_H) || defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
#ifndef BOOST_PREDEF_COMPILER_H
#define BOOST_PREDEF_COMPILER_H
+#endif
#include <boost/predef/compiler/borland.h>
#include <boost/predef/compiler/clang.h>