summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-07 22:14:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-07 22:14:26 (GMT)
commit5e55e0d280d0f56d0da60e34df0ebc140c9d8c87 (patch)
tree7b418febb7dc4817952017f2c0cba5587f1071c5 /generic/tclStubLib.c
parentbd8d73a7d51eeaddd7b3a7419279a9098a7278f3 (diff)
downloadtcl-5e55e0d280d0f56d0da60e34df0ebc140c9d8c87.zip
tcl-5e55e0d280d0f56d0da60e34df0ebc140c9d8c87.tar.gz
tcl-5e55e0d280d0f56d0da60e34df0ebc140c9d8c87.tar.bz2
just lost one MODULE_SCOPE in the merge
Diffstat (limited to 'generic/tclStubLib.c')
-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,