diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-03-20 10:24:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-03-20 10:24:11 (GMT) |
commit | 754b233873390beef740d1af75437ec3684b198b (patch) | |
tree | 3adf1564ad48d5a41d8d36e670d94c00e760aa51 /generic/tclStubLib.c | |
parent | 5617ad7c180796ca3ded40478d67504694057ee6 (diff) | |
download | tcl-754b233873390beef740d1af75437ec3684b198b.zip tcl-754b233873390beef740d1af75437ec3684b198b.tar.gz tcl-754b233873390beef740d1af75437ec3684b198b.tar.bz2 |
If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are not used any more.
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 dd951bf..5261591 100644 --- a/generic/tclStubLib.c +++ b/generic/tclStubLib.c @@ -67,7 +67,7 @@ Tcl_InitStubs( if (!stubsPtr || (stubsPtr->magic != (((exact&0xff00) >= 0x900) ? magic : TCL_STUB_MAGIC))) { iPtr->result = (char *)"interpreter uses an incompatible stubs mechanism"; - iPtr->freeProc = TCL_STATIC; + iPtr->freeProc = 0; return NULL; } |