summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-04 10:26:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-11-04 10:26:36 (GMT)
commitd99627e7be69b7a881a5d57aab6f17b27b19d244 (patch)
treed52f318fc7b2a8a7637ee731b50cf8138730845a /generic/tclIntPlatDecls.h
parente753fb2da29826ca00b11b3570a487418c353b6f (diff)
parenta32fae2595e52296e08d1240fcf93f2161074f62 (diff)
downloadtcl-d99627e7be69b7a881a5d57aab6f17b27b19d244.zip
tcl-d99627e7be69b7a881a5d57aab6f17b27b19d244.tar.gz
tcl-d99627e7be69b7a881a5d57aab6f17b27b19d244.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclIntPlatDecls.h')
-rwxr-xr-x[-rw-r--r--]generic/tclIntPlatDecls.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h
index 4424c7c..7981da1 100644..100755
--- a/generic/tclIntPlatDecls.h
+++ b/generic/tclIntPlatDecls.h
@@ -21,6 +21,10 @@
/* !BEGIN!: Do not edit below this line. */
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
* Exported function declarations:
*/
@@ -327,10 +331,8 @@ typedef struct TclIntPlatStubs {
#endif /* MACOSX */
} TclIntPlatStubs;
-#ifdef __cplusplus
-extern "C" {
-#endif
extern const TclIntPlatStubs *tclIntPlatStubsPtr;
+
#ifdef __cplusplus
}
#endif