summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-08 12:48:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-08 12:48:35 (GMT)
commit757012c289ef120263bcb39be1f1db0ab71c0621 (patch)
tree9381bb4c2640a933674027bc6032b2d3b65cc3cb /doc
parent413fe66650f5b1467098f19daeee0c8843bebc4c (diff)
parent8c62a9c228cdb05e2a5be7cc64cc71a5d0426e01 (diff)
downloadtcl-757012c289ef120263bcb39be1f1db0ab71c0621.zip
tcl-757012c289ef120263bcb39be1f1db0ab71c0621.tar.gz
tcl-757012c289ef120263bcb39be1f1db0ab71c0621.tar.bz2
Rebase to trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/IntObj.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/IntObj.3 b/doc/IntObj.3
index 2acb446..6d5ee69 100644
--- a/doc/IntObj.3
+++ b/doc/IntObj.3
@@ -97,7 +97,7 @@ are provided by the C language standard. The \fBTcl_WideInt\fR type is a
typedef defined to be whatever signed integral type covers at least the
64-bit integer range (-9223372036854775808 to 9223372036854775807). Depending
on the platform and the C compiler, the actual type might be
-\fBlong int\fR, \fBlong long int\fR, \fB__int64\fR, or something else.
+\fBlong long int\fR, \fB__int64\fR, or something else.
The \fBmp_int\fR type is a multiple-precision integer type defined
by the LibTomMath multiple-precision integer library.
.PP