[rtems commit] Move extern "C" after std-header inclusions.

Ralf Corsepius ralf at rtems.org
Mon Oct 15 16:05:04 UTC 2012


Module:    rtems
Branch:    master
Commit:    2d72c19843b1af4bb0f2e037dab260179e4e981f
Changeset: http://git.rtems.org/rtems/commit/?id=2d72c19843b1af4bb0f2e037dab260179e4e981f

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Mon Oct 15 04:37:40 2012 +0200

Move extern "C" after std-header inclusions.

---

 testsuites/libtests/mghttpd01/test-http-client.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testsuites/libtests/mghttpd01/test-http-client.h b/testsuites/libtests/mghttpd01/test-http-client.h
index 5e06f96..bbcbfa7 100644
--- a/testsuites/libtests/mghttpd01/test-http-client.h
+++ b/testsuites/libtests/mghttpd01/test-http-client.h
@@ -15,14 +15,14 @@
 #ifndef TEST_WEB_CLIENT_H
 #define TEST_WEB_CLIENT_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
 #include <stdint.h>
 #include <stdbool.h>
 #include <stdio.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
 typedef struct
 {
   int socket;




More information about the vc mailing list