From 6339cd2de27ffcfb7fc6efbdfe71de86abf9e1a3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 May 2014 10:08:29 +0200 Subject: [PATCH] rtems: Move extern "C" in Do not cover the includes with an extern "C". --- cpukit/rtems/include/rtems.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h index 43831b3d38..af05ee6176 100644 --- a/cpukit/rtems/include/rtems.h +++ b/cpukit/rtems/include/rtems.h @@ -26,10 +26,6 @@ */ /**@{*/ -#ifdef __cplusplus -extern "C" { -#endif - #include #include #include @@ -64,6 +60,10 @@ extern "C" { #include +#ifdef __cplusplus +extern "C" { +#endif + /** * @brief Returns the pointer to the RTEMS version string. */