summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-09-11 03:04:10 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-09-11 03:04:10 (GMT)
commitbb8c0eb0333ac22c7bd5f1936a355c1bb232b345 (patch)
tree6abba21bd1bc092a3c99c4a57faa5b469c27cb6e /generic/tclStubInit.c
parent8c9951c670f22b297b3a10c0bc2ab7cb31442bbd (diff)
downloadtcl-bb8c0eb0333ac22c7bd5f1936a355c1bb232b345.zip
tcl-bb8c0eb0333ac22c7bd5f1936a355c1bb232b345.tar.gz
tcl-bb8c0eb0333ac22c7bd5f1936a355c1bb232b345.tar.bz2
Add Tcl_FSTildeExpand and tests
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 1ac6801..135b71c 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1986,7 +1986,8 @@ const TclStubs tclStubs = {
TclUtfNcasecmp, /* 687 */
Tcl_NewWideUIntObj, /* 688 */
Tcl_SetWideUIntObj, /* 689 */
- TclUnusedStubEntry, /* 690 */
+ Tcl_FSTildeExpand, /* 690 */
+ TclUnusedStubEntry, /* 691 */
};
/* !END!: Do not edit above this line. */