diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-09-25 18:24:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-09-25 18:24:52 (GMT) |
commit | 69efa801a21b9488aff642c3bbf2d9c79be41dc7 (patch) | |
tree | fe74e16243bb94f3e5f7a1f461e60e3cb107ff2b /doc/Number.3 | |
parent | 31f30b5b76b8119976e9b2fbf14f906cc1f93dbf (diff) | |
download | tcl-69efa801a21b9488aff642c3bbf2d9c79be41dc7.zip tcl-69efa801a21b9488aff642c3bbf2d9c79be41dc7.tar.gz tcl-69efa801a21b9488aff642c3bbf2d9c79be41dc7.tar.bz2 |
Make last argument of Tcl_GetByteArrayFromObj() "Tcl_Size *" in stead of "int". Is exactly the same in 8.7, and reduces confusion in 9.0. See [1468052732]
Diffstat (limited to 'doc/Number.3')
-rw-r--r-- | doc/Number.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Number.3 b/doc/Number.3 index 696dd80..4642c10 100644 --- a/doc/Number.3 +++ b/doc/Number.3 @@ -27,7 +27,7 @@ When non-NULL, error information is recorded here when the value is not in any of the numeric formats recognized by Tcl. .AP "const char" *bytes in Points to first byte of the string value to be examined. -.AP Tcl_Size numBytes in +.AP int numBytes in The number of bytes, starting at \fIbytes\fR, that should be examined. If the value \fBTCL_INDEX_NONE\fR is provided, then all bytes should be examined until the first \fBNUL\fR byte terminates examination. |