summaryrefslogtreecommitdiffstats
path: root/doc/LinkVar.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-21 23:54:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-21 23:54:42 (GMT)
commitef78b1558f3f0feb6b934f68dba8c84d402511db (patch)
treecefc2509704bf47aa223bf56d01d2bb3a4a719cf /doc/LinkVar.3
parent948fd24ddb34fc06ec3c6a8bc76133b5f1daafd6 (diff)
parentc1e4942181ef1b8b60b89bfe5983b410080cd477 (diff)
downloadtcl-ef78b1558f3f0feb6b934f68dba8c84d402511db.zip
tcl-ef78b1558f3f0feb6b934f68dba8c84d402511db.tar.gz
tcl-ef78b1558f3f0feb6b934f68dba8c84d402511db.tar.bz2
Merge 8.7
Diffstat (limited to 'doc/LinkVar.3')
-rw-r--r--doc/LinkVar.33
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