summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-06-26 11:15:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-06-26 11:15:59 (GMT)
commit9e7c74bb55f6c8252c9690d6aaa7a46246e40e13 (patch)
tree2f71a462985afca2a755fa892ac3194b41c356e7 /unix
parentad4985397dd4057971705d956ab3e743f6eb74ad (diff)
parent55777cb64df700cc762d127daf47eaf9ec1065e9 (diff)
downloadtcl-9e7c74bb55f6c8252c9690d6aaa7a46246e40e13.zip
tcl-9e7c74bb55f6c8252c9690d6aaa7a46246e40e13.tar.gz
tcl-9e7c74bb55f6c8252c9690d6aaa7a46246e40e13.tar.bz2
Merge 9.0
Diffstat (limited to 'unix')
-rw-r--r--unix/tclAppInit.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c
index 6158c99..8d967e8 100644
--- a/unix/tclAppInit.c
+++ b/unix/tclAppInit.c
@@ -24,8 +24,14 @@
#endif
#ifdef TCL_TEST
+#ifdef __cplusplus
+extern "C" {
+#endif
extern Tcl_LibraryInitProc Tcltest_Init;
extern Tcl_LibraryInitProc Tcltest_SafeInit;
+#ifdef __cplusplus
+}
+#endif
#endif /* TCL_TEST */
#ifdef TCL_XT_TEST