summaryrefslogtreecommitdiffstats
path: root/generic/tkDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-31 22:01:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-31 22:01:19 (GMT)
commit96e81b3476d38bee2a514d39e6a3914206a6353d (patch)
tree6d94e996855508b9de18ee363a4bf35fb2fd87fe /generic/tkDecls.h
parent637ea03ab047c97e3a8e0c5ed58b010e8142874b (diff)
parentf848d1d529527932b9e467df39b92efe6cc135c5 (diff)
downloadtk-bug_f214b8ad5b.zip
tk-bug_f214b8ad5b.tar.gz
tk-bug_f214b8ad5b.tar.bz2
merge trunkbug_f214b8ad5b
Diffstat (limited to 'generic/tkDecls.h')
-rw-r--r--generic/tkDecls.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/tkDecls.h b/generic/tkDecls.h
index 9f76a49..64c32cd 100644
--- a/generic/tkDecls.h
+++ b/generic/tkDecls.h
@@ -25,6 +25,10 @@
/* !BEGIN!: Do not edit below this line. */
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
* Exported function declarations:
*/
@@ -1148,10 +1152,8 @@ typedef struct TkStubs {
void (*tk_CreateOldPhotoImageFormat) (const Tk_PhotoImageFormat *formatPtr); /* 273 */
} TkStubs;
-#ifdef __cplusplus
-extern "C" {
-#endif
extern const TkStubs *tkStubsPtr;
+
#ifdef __cplusplus
}
#endif