diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-21 23:54:42 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-11-21 23:54:42 (GMT) |
| commit | ef78b1558f3f0feb6b934f68dba8c84d402511db (patch) | |
| tree | cefc2509704bf47aa223bf56d01d2bb3a4a719cf /doc/LinkVar.3 | |
| parent | 948fd24ddb34fc06ec3c6a8bc76133b5f1daafd6 (diff) | |
| parent | c1e4942181ef1b8b60b89bfe5983b410080cd477 (diff) | |
| download | tcl-ef78b1558f3f0feb6b934f68dba8c84d402511db.zip tcl-ef78b1558f3f0feb6b934f68dba8c84d402511db.tar.gz tcl-ef78b1558f3f0feb6b934f68dba8c84d402511db.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'doc/LinkVar.3')
| -rw-r--r-- | doc/LinkVar.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/LinkVar.3 b/doc/LinkVar.3 index db5a90b..f7ce3a3 100644 --- a/doc/LinkVar.3 +++ b/doc/LinkVar.3 @@ -239,8 +239,7 @@ The C variable, or each element of the C array, is of type \fBTcl_WideUInt\fR (which is an unsigned integer type at least 64-bits wide on all platforms that can support it.) Any value written into the Tcl variable must have a proper unsigned -wideinteger form acceptable to \fBTcl_GetBignumFromObj\fR and in the -platform's defined range for the \fBTcl_WideUInt\fR type; +wideinteger form acceptable to \fBTcl_GetWideUIntFromObj\fR; attempts to write non-integer values into \fIvarName\fR will be rejected with Tcl errors. Incomplete integer representations (like the empty string, '+', '-' or the hex/octal/decimal/binary prefix) are accepted |
