diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-16 08:41:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-16 08:41:50 (GMT) |
commit | c44eec6b68992aec638c2283da7951b7942aab46 (patch) | |
tree | 7b5a3e696009fc1cb65437f5474f10d57767f7e0 /unix | |
parent | 4a755ae2c40c3164a67508cfdfbba153fe1a900e (diff) | |
parent | 82180c0e02b1d5f7e5fa81672d90f741281dbbff (diff) | |
download | tk-c44eec6b68992aec638c2283da7951b7942aab46.zip tk-c44eec6b68992aec638c2283da7951b7942aab46.tar.gz tk-c44eec6b68992aec638c2283da7951b7942aab46.tar.bz2 |
Merge 8.5. Some more explicit type-casts.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkAppInit.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tkAppInit.c b/unix/tkAppInit.c index ecd9dfe..712637b 100644 --- a/unix/tkAppInit.c +++ b/unix/tkAppInit.c @@ -18,7 +18,13 @@ #include "tkPort.h" #ifdef TK_TEST +#ifdef __cplusplus +extern "C" { +#endif extern Tcl_PackageInitProc Tktest_Init; +#ifdef __cplusplus +} +#endif #endif /* TK_TEST */ /* |