summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
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 6ecd8dc..74c709e 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1509,7 +1509,8 @@ const TclStubs tclStubs = {
Tcl_UtfNcasecmp, /* 687 */
Tcl_NewWideUIntObj, /* 688 */
Tcl_SetWideUIntObj, /* 689 */
- TclUnusedStubEntry, /* 690 */
+ Tcl_IsEmpty, /* 690 */
+ TclUnusedStubEntry, /* 691 */
};
/* !END!: Do not edit above this line. */