summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-04 09:53:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-04 09:53:10 (GMT)
commit3f89004e3770f9777b2c028f268d0e8cda84172c (patch)
tree7df430343957f7f9098ad259691d1b4bd6cf6ec6 /generic/tclStubInit.c
parentbebf0454f609132c9de5705f9a7b7f720438dd5e (diff)
downloadtcl-3f89004e3770f9777b2c028f268d0e8cda84172c.zip
tcl-3f89004e3770f9777b2c028f268d0e8cda84172c.tar.gz
tcl-3f89004e3770f9777b2c028f268d0e8cda84172c.tar.bz2
Add some more unused entries to the stub table, keeping up with the table size increase of higher Tcl versions
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 1a83752..6968d89 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -675,6 +675,7 @@ TclPlatStubs tclPlatStubs = {
#ifdef MAC_OSX_TCL /* MACOSX */
Tcl_MacOSXOpenBundleResources, /* 0 */
Tcl_MacOSXOpenVersionedBundleResources, /* 1 */
+ TclUnusedStubEntry, /* 2 */
#endif /* MACOSX */
};
@@ -1446,7 +1447,14 @@ TclStubs tclStubs = {
NULL, /* 646 */
NULL, /* 647 */
NULL, /* 648 */
- TclUnusedStubEntry, /* 649 */
+ NULL, /* 649 */
+ NULL, /* 650 */
+ NULL, /* 651 */
+ NULL, /* 652 */
+ NULL, /* 653 */
+ NULL, /* 654 */
+ NULL, /* 655 */
+ TclUnusedStubEntry, /* 656 */
};
/* !END!: Do not edit above this line. */