diff options
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r-- | generic/tclTest.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index a0dcdc0..e9e4312 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -532,14 +532,8 @@ static Tcl_Filesystem simpleFilesystem = { }; -/* - * External (platform specific) initialization routine, these declarations - * explicitly don't use EXTERN since this code does not get compiled into the - * library: - */ - -extern int TclplatformtestInit(Tcl_Interp *interp); -extern int TclThread_Init(Tcl_Interp *interp); +MODULE_SCOPE int TclplatformtestInit(Tcl_Interp *interp); +MODULE_SCOPE int TclThread_Init(Tcl_Interp *interp); /* *---------------------------------------------------------------------- |