summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-24 11:15:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-24 11:15:39 (GMT)
commitd46657f1f739cdf35daf961140c922498eb151f7 (patch)
tree15a1a459e2aa91a268fde791d735c3f513348f7f
parentbc8c2ad47a5fc72622020a829493e50e449bd040 (diff)
downloadtcl-d46657f1f739cdf35daf961140c922498eb151f7.zip
tcl-d46657f1f739cdf35daf961140c922498eb151f7.tar.gz
tcl-d46657f1f739cdf35daf961140c922498eb151f7.tar.bz2
Don't document the size_t form of Tcl_GetStringFromObj() (yet), because it's only available if TCL_NO_DEPRECATED is defined
-rw-r--r--doc/StringObj.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3
index 90b53f2..1b04dd4 100644
--- a/doc/StringObj.3
+++ b/doc/StringObj.3
@@ -121,7 +121,7 @@ the last one available.
Points to a value to manipulate.
.AP Tcl_Obj *appendObjPtr in
The value to append to \fIobjPtr\fR in \fBTcl_AppendObjToObj\fR.
-.AP size_t | int *lengthPtr out
+.AP int *lengthPtr out
The location where \fBTcl_GetStringFromObj\fR will store the length
of a value's string representation. May be (int *)NULL when not used.
.AP "const char" *string in