summaryrefslogtreecommitdiffstats
path: root/generic/tkIntDecls.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkIntDecls.h')
-rw-r--r--generic/tkIntDecls.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tkIntDecls.h b/generic/tkIntDecls.h
index 7d8fc3d..f46e7c2 100644
--- a/generic/tkIntDecls.h
+++ b/generic/tkIntDecls.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkIntDecls.h,v 1.4 1999/04/24 01:50:48 stanton Exp $
+ * RCS: @(#) $Id: tkIntDecls.h,v 1.5 1999/04/30 22:49:55 stanton Exp $
*/
#ifndef _TKINTDECLS
@@ -621,7 +621,13 @@ typedef struct TkIntStubs {
#endif /* MAC_TCL */
} TkIntStubs;
+#ifdef __cplusplus
+extern "C" {
+#endif
extern TkIntStubs *tkIntStubsPtr;
+#ifdef __cplusplus
+}
+#endif
#if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)