summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-04-16 08:01:49 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-04-16 08:01:49 (GMT)
commitc899e7770147960aafc497624551c39fff43471c (patch)
treea891a397d05aa6239853ca0b53113fcc7e34ae3a /generic/tclStubInit.c
parent0db2f11f15f912f0e79b915e2f2af197b7c3be20 (diff)
parentb37682866bd66ee69010f4794dce2c24f02844df (diff)
downloadtcl-c899e7770147960aafc497624551c39fff43471c.zip
tcl-c899e7770147960aafc497624551c39fff43471c.tar.gz
tcl-c899e7770147960aafc497624551c39fff43471c.tar.bz2
Merge trunk
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 2572549..4c24c68 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1511,7 +1511,8 @@ const TclStubs tclStubs = {
Tcl_GetWideUIntFromObj, /* 684 */
Tcl_DStringToObj, /* 685 */
Tcl_GetSizeIntFromObj, /* 686 */
- TclUnusedStubEntry, /* 687 */
+ 0, /* 687 */
+ TclUnusedStubEntry, /* 688 */
};
/* !END!: Do not edit above this line. */