summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-04-05 10:45:44 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-04-05 10:45:44 (GMT)
commita066019d75adf70a570acde653d89f3fda5254a4 (patch)
treeb9b9866d635da1c7eb9180c410a1ea258372ee8a /generic/tclStubInit.c
parent543bde3f267b817f06c56f74d3480c691866ecb1 (diff)
downloadtcl-a066019d75adf70a570acde653d89f3fda5254a4.zip
tcl-a066019d75adf70a570acde653d89f3fda5254a4.tar.gz
tcl-a066019d75adf70a570acde653d89f3fda5254a4.tar.bz2
Export Tcl_GetSizeFromObj in stubs
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 7c27293..7ee7eae 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1492,7 +1492,7 @@ const TclStubs tclStubs = {
Tcl_GetEncodingNulLength, /* 683 */
Tcl_GetWideUIntFromObj, /* 684 */
Tcl_DStringToObj, /* 685 */
- 0, /* 686 */
+ Tcl_GetSizeIntFromObj, /* 686 */
TclUnusedStubEntry, /* 687 */
};