Index: generic/tclThread.h ================================================================== --- generic/tclThread.h +++ generic/tclThread.h @@ -56,11 +56,11 @@ /* * Exported from threadSvCmd.c file. */ -MODULE_SCOPE int Sv_Init _ANSI_ARGS_((Tcl_Interp *interp)); +EXTERN int Sv_Init _ANSI_ARGS_((Tcl_Interp *interp)); /* * Exported from threadSpCmd.c file. */ Index: generic/threadSvKeylistCmd.h ================================================================== --- generic/threadSvKeylistCmd.h +++ generic/threadSvKeylistCmd.h @@ -7,11 +7,11 @@ */ #ifndef _KEYLISTCMDS_H_ #define _KEYLISTCMDS_H_ -MODULE_SCOPE void Sv_RegisterKeylistCommands(void); +EXTERN void Sv_RegisterKeylistCommands(void); MODULE_SCOPE void TclX_KeyedListInit(Tcl_Interp *interp); #endif /* _KEYLISTCMDS_H_ */ /* EOF $RCSfile: threadSvKeylistCmd.h,v $ */ Index: generic/threadSvListCmd.h ================================================================== --- generic/threadSvListCmd.h +++ generic/threadSvListCmd.h @@ -7,11 +7,11 @@ */ #ifndef _SV_LIST_H_ #define _SV_LIST_H_ -MODULE_SCOPE void Sv_RegisterListCommands(); +EXTERN void Sv_RegisterListCommands(); #endif /* _SV_LIST_H_ */ /* EOF $RCSfile: threadSvListCmd.h,v $ */