diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-25 10:26:22 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-25 10:26:22 (GMT) |
commit | f837b2ca927eb0e90a70b8f107f4a36a3c9c157b (patch) | |
tree | 5ae55ead64baf1e674ba4574ab594264a47db612 /doc/StringObj.3 | |
parent | 6724e7437741549543261f17e17e1eec93c56d86 (diff) | |
download | tcl-f837b2ca927eb0e90a70b8f107f4a36a3c9c157b.zip tcl-f837b2ca927eb0e90a70b8f107f4a36a3c9c157b.tar.gz tcl-f837b2ca927eb0e90a70b8f107f4a36a3c9c157b.tar.bz2 |
Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is defined
Diffstat (limited to 'doc/StringObj.3')
-rw-r--r-- | doc/StringObj.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 3e4e8ac..c55f57d 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -120,8 +120,8 @@ 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 -If non-NULL, the location where \fBTcl_GetStringFromObj\fR will store -the length of a value's string representation. +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 Null-terminated string value to append to \fIobjPtr\fR. .AP va_list argList in |