summaryrefslogtreecommitdiff
path: root/boost/predef/architecture/x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'boost/predef/architecture/x86.h')
-rw-r--r--boost/predef/architecture/x86.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/boost/predef/architecture/x86.h b/boost/predef/architecture/x86.h
index fa9a025c4c..0ef3ef45ef 100644
--- a/boost/predef/architecture/x86.h
+++ b/boost/predef/architecture/x86.h
@@ -1,16 +1,16 @@
/*
-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)
*/
-#ifndef BOOST_PREDEF_ARCHITECTURE_X86_H
-#define BOOST_PREDEF_ARCHITECTURE_X86_H
-
#include <boost/predef/architecture/x86/32.h>
#include <boost/predef/architecture/x86/64.h>
+#ifndef BOOST_PREDEF_ARCHITECTURE_X86_H
+#define BOOST_PREDEF_ARCHITECTURE_X86_H
+
/*`
[heading `BOOST_ARCH_X86`]
@@ -32,7 +32,7 @@ a category to indicate that either `BOOST_ARCH_X86_32` or
#define BOOST_ARCH_X86_NAME "Intel x86"
+#endif
+
#include <boost/predef/detail/test.h>
BOOST_PREDEF_DECLARE_TEST(BOOST_ARCH_X86,BOOST_ARCH_X86_NAME)
-
-#endif