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 | 5e55e0d280d0f56d0da60e34df0ebc140c9d8c87 (patch) | |
tree | 7b418febb7dc4817952017f2c0cba5587f1071c5 | |
parent | bd8d73a7d51eeaddd7b3a7419279a9098a7278f3 (diff) | |
download | tcl-5e55e0d280d0f56d0da60e34df0ebc140c9d8c87.zip tcl-5e55e0d280d0f56d0da60e34df0ebc140c9d8c87.tar.gz tcl-5e55e0d280d0f56d0da60e34df0ebc140c9d8c87.tar.bz2 |
just lost one MODULE_SCOPE in the merge
-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, |