summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclStubLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c
index 5a122dd..b8979df 100644
--- a/generic/tclStubLib.c
+++ b/generic/tclStubLib.c
@@ -64,7 +64,7 @@ static int isDigit(const int c)
*----------------------------------------------------------------------
*/
#undef Tcl_InitStubs
-const char *
+MODULE_SCOPE const char *
Tcl_InitStubs(
Tcl_Interp *interp,
const char *version,