diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-11-15 19:38:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-11-15 19:38:45 (GMT) |
commit | 7829f617b9899043b912c6b64ce33aeaf5b155f4 (patch) | |
tree | 02308f1a57024a039f52c305d7b0a3be69d2ba73 /generic/tclStubInit.c | |
parent | 76fcfb3c70d9a6411dcd9d612a78cb5873ac28d8 (diff) | |
parent | 511765faae09dd5a56da42a2df297514cff7df3e (diff) | |
download | tcl-7829f617b9899043b912c6b64ce33aeaf5b155f4.zip tcl-7829f617b9899043b912c6b64ce33aeaf5b155f4.tar.gz tcl-7829f617b9899043b912c6b64ce33aeaf5b155f4.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 4c22273..96b552a 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -50,6 +50,8 @@ #undef TclpGetPid #undef TclSockMinimumBuffers #undef Tcl_SetIntObj +#undef TclStaticPackage +#define TclStaticPackage Tcl_StaticPackage #ifdef TCL_MEM_DEBUG # define Tcl_Alloc TclpAlloc @@ -550,6 +552,7 @@ static const TclIntStubs tclIntStubs = { TclPtrIncrObjVar, /* 254 */ TclPtrObjMakeUpvar, /* 255 */ TclPtrUnsetVar, /* 256 */ + TclStaticPackage, /* 257 */ }; static const TclIntPlatStubs tclIntPlatStubs = { |