summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
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/tcl.decls
parent543bde3f267b817f06c56f74d3480c691866ecb1 (diff)
downloadtcl-a066019d75adf70a570acde653d89f3fda5254a4.zip
tcl-a066019d75adf70a570acde653d89f3fda5254a4.tar.gz
tcl-a066019d75adf70a570acde653d89f3fda5254a4.tar.bz2
Export Tcl_GetSizeFromObj in stubs
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls6
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index e01bdd9..a888ec8 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2626,6 +2626,12 @@ declare 685 {
Tcl_Obj *Tcl_DStringToObj(Tcl_DString *dsPtr)
}
+# TIP 660
+declare 686 {
+ int Tcl_GetSizeIntFromObj(Tcl_Interp *interp, Tcl_Obj *objPtr,
+ Tcl_Size *sizePtr)
+}
+
# ----- BASELINE -- FOR -- 8.7.0 / 9.0.0 ----- #
declare 687 {