diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-07 22:14:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-07 22:14:26 (GMT) |
commit | 8ea32cad84602b02b1eab7b2ca01bf583bd1c9db (patch) | |
tree | 7b418febb7dc4817952017f2c0cba5587f1071c5 /generic/tclStubLib.c | |
parent | b3991b1dacaacb1ab86f2049e99279ca95dc09ef (diff) | |
download | tcl-8ea32cad84602b02b1eab7b2ca01bf583bd1c9db.zip tcl-8ea32cad84602b02b1eab7b2ca01bf583bd1c9db.tar.gz tcl-8ea32cad84602b02b1eab7b2ca01bf583bd1c9db.tar.bz2 |
just lost one MODULE_SCOPE in the merge
Diffstat (limited to 'generic/tclStubLib.c')
-rw-r--r-- | generic/tclStubLib.c | 2 |
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, |