Author: cazfi
Date: Wed Aug 24 08:37:18 2016
New Revision: 33693

URL: http://svn.gna.org/viewcvs/freeciv?rev=33693&view=rev
Log:
Move end of extern "C" block to the end of the fc_types.h

See bug #25007

Modified:
    branches/S2_6/common/fc_types.h

Modified: branches/S2_6/common/fc_types.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/fc_types.h?rev=33693&r1=33692&r2=33693&view=diff
==============================================================================
--- branches/S2_6/common/fc_types.h     (original)
+++ branches/S2_6/common/fc_types.h     Wed Aug 24 08:37:18 2016
@@ -740,10 +740,6 @@
   int max;
 };
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
 enum test_result {
   TR_SUCCESS,
   TR_OTHER_FAILURE,
@@ -835,4 +831,8 @@
 typedef int adv_want;
 #define ADV_WANT_PRINTF "%d"
 
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
 #endif /* FC__FC_TYPES_H */


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to