diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-18 12:57:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-18 12:57:14 (GMT) |
commit | bd7c6ae5d32910d95953d096689b7b379091f33e (patch) | |
tree | 9ad42fb3f9cb44b4026a2a50b5502b87fb4afd87 /generic/tclStubInit.c | |
parent | 41c87a4bf59377b2fcccc1d36a2812032e7a56e3 (diff) | |
parent | 269b0fd3c44a9cbb3afb12f6164598f1e26c229c (diff) | |
download | tcl-bd7c6ae5d32910d95953d096689b7b379091f33e.zip tcl-bd7c6ae5d32910d95953d096689b7b379091f33e.tar.gz tcl-bd7c6ae5d32910d95953d096689b7b379091f33e.tar.bz2 |
Merge tip-625
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 0bbf756..2b4edc1 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -650,6 +650,8 @@ static const TclIntStubs tclIntStubs = { TclPtrUnsetVar, /* 256 */ TclStaticLibrary, /* 257 */ TclpCreateTemporaryDirectory, /* 258 */ + TclListTestObj, /* 260 */ + TclListObjValidate, /* 261 */ }; static const TclIntPlatStubs tclIntPlatStubs = { |