summaryrefslogtreecommitdiffstats
path: root/generic/tclPlatDecls.h
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-04-30 22:44:58 (GMT)
committerstanton <stanton@noemail.net>1999-04-30 22:44:58 (GMT)
commitd4d82278af6d77229ba7e223ed3a0b420c1cd06b (patch)
treea193f27eb18d04a30f8b4f663611d5957c2f5f6a /generic/tclPlatDecls.h
parent0a20d911e0b81832d173ea7e07c079875292de0b (diff)
downloadtcl-d4d82278af6d77229ba7e223ed3a0b420c1cd06b.zip
tcl-d4d82278af6d77229ba7e223ed3a0b420c1cd06b.tar.gz
tcl-d4d82278af6d77229ba7e223ed3a0b420c1cd06b.tar.bz2
* Merged changes from 8.1.0 branch
FossilOrigin-Name: dc45694c11c7ad43dd4c5dca49bfe1d7cedec9bb
Diffstat (limited to 'generic/tclPlatDecls.h')
-rw-r--r--generic/tclPlatDecls.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tclPlatDecls.h b/generic/tclPlatDecls.h
index 214020d..08f8b0f 100644
--- a/generic/tclPlatDecls.h
+++ b/generic/tclPlatDecls.h
@@ -6,7 +6,7 @@
* Copyright (c) 1998-1999 by Scriptics Corporation.
* All rights reserved.
*
- * RCS: @(#) $Id: tclPlatDecls.h,v 1.4 1999/04/16 00:46:51 stanton Exp $
+ * RCS: @(#) $Id: tclPlatDecls.h,v 1.5 1999/04/30 22:45:02 stanton Exp $
*/
#ifndef _TCLPLATDECLS
@@ -80,7 +80,13 @@ typedef struct TclPlatStubs {
#endif /* MAC_TCL */
} TclPlatStubs;
+#ifdef __cplusplus
+extern "C" {
+#endif
extern TclPlatStubs *tclPlatStubsPtr;
+#ifdef __cplusplus
+}
+#endif
#if defined(USE_TCL_STUBS) && !defined(USE_TCL_STUB_PROCS)