diff options
Diffstat (limited to 'unix/tclAppInit.c')
| -rw-r--r-- | unix/tclAppInit.c | 6 |
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 |
