diff options
| -rw-r--r-- | doc/ListObj.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ListObj.3 b/doc/ListObj.3 index 872b90f..9fd7091 100644 --- a/doc/ListObj.3 +++ b/doc/ListObj.3 @@ -65,7 +65,7 @@ Points to location where \fBTcl_ListObjGetElements\fR stores the number of element values in \fIlistPtr\fR. May be (Tcl_Size *)NULL when not used. If it points to a variable which type is not \fBTcl_Size\fR, a compiler warning will be generated. -If your extensions is compiled with \fB\fB-DTCL_8_API\fR\fR, this function will return +If your extensions is compiled with \fB\-DTCL_8_API\fR, this function will return NULL for lists with more than INT_MAX elements (which should trigger proper error-handling), otherwise expect it to crash. .AP Tcl_Obj ***objvPtr out |
