summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-10-05 21:00:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-10-05 21:00:47 (GMT)
commit505cc6230f5c97a318bcaa858d673a961e36376c (patch)
tree96b365d48e835e46b2f52ff132c4ffeebae11214 /generic/tclStubInit.c
parentbb8c0eb0333ac22c7bd5f1936a355c1bb232b345 (diff)
downloadtcl-505cc6230f5c97a318bcaa858d673a961e36376c.zip
tcl-505cc6230f5c97a318bcaa858d673a961e36376c.tar.gz
tcl-505cc6230f5c97a318bcaa858d673a961e36376c.tar.bz2
Move new stub entry to 657, which is slightly better
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 135b71c..032ed77 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1953,7 +1953,7 @@ const TclStubs tclStubs = {
Tcl_UtfCharComplete, /* 654 */
Tcl_UtfNext, /* 655 */
Tcl_UtfPrev, /* 656 */
- 0, /* 657 */
+ Tcl_FSTildeExpand, /* 657 */
Tcl_ExternalToUtfDStringEx, /* 658 */
Tcl_UtfToExternalDStringEx, /* 659 */
Tcl_AsyncMarkFromSignal, /* 660 */
@@ -1986,8 +1986,7 @@ const TclStubs tclStubs = {
TclUtfNcasecmp, /* 687 */
Tcl_NewWideUIntObj, /* 688 */
Tcl_SetWideUIntObj, /* 689 */
- Tcl_FSTildeExpand, /* 690 */
- TclUnusedStubEntry, /* 691 */
+ TclUnusedStubEntry, /* 690 */
};
/* !END!: Do not edit above this line. */