summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-23 08:29:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-23 08:29:26 (GMT)
commitad096310ec004ae12fc9509dd5cb891146eb3520 (patch)
treea1492959ad23e687da947fdccd52f6f1fb6ab443 /generic/tclStubInit.c
parent0f71efe445ad4662978569586156bba150cef23c (diff)
downloadtcl-ad096310ec004ae12fc9509dd5cb891146eb3520.zip
tcl-ad096310ec004ae12fc9509dd5cb891146eb3520.tar.gz
tcl-ad096310ec004ae12fc9509dd5cb891146eb3520.tar.bz2
Last unused internal stub entry from 258 to 259.
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index b78febc..239cf60 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -558,7 +558,8 @@ TclIntStubs tclIntStubs = {
NULL, /* 255 */
NULL, /* 256 */
NULL, /* 257 */
- TclUnusedStubEntry, /* 258 */
+ NULL, /* 258 */
+ TclUnusedStubEntry, /* 259 */
};
TclIntPlatStubs tclIntPlatStubs = {