You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by gr...@apache.org on 2010/09/22 16:58:13 UTC

svn commit: r1000017 - /incubator/etch/trunk/binding-c/runtime/c/include/etch.h

Author: grandyho
Date: Wed Sep 22 14:58:13 2010
New Revision: 1000017

URL: http://svn.apache.org/viewvc?rev=1000017&view=rev
Log:
moved extern "C" after includes

Modified:
    incubator/etch/trunk/binding-c/runtime/c/include/etch.h

Modified: incubator/etch/trunk/binding-c/runtime/c/include/etch.h
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-c/runtime/c/include/etch.h?rev=1000017&r1=1000016&r2=1000017&view=diff
==============================================================================
--- incubator/etch/trunk/binding-c/runtime/c/include/etch.h (original)
+++ incubator/etch/trunk/binding-c/runtime/c/include/etch.h Wed Sep 22 14:58:13 2010
@@ -19,10 +19,6 @@
 #ifndef _ETCH_H_
 #define _ETCH_H_
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
@@ -40,6 +36,10 @@ extern "C" {
 #include <apr_strings.h>
 #include <apr_time.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /**
  * macros
  */