summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-29 12:16:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-29 12:16:28 (GMT)
commit24f5b98e8c8a4d160980f769e07bebe60f286eee (patch)
tree1b89496b0aa7f00c62593edd50a6a0ad82684689 /generic/tclIO.c
parent0d54bf371184c2ddc80a0640d56446078478cbda (diff)
downloadtcl-24f5b98e8c8a4d160980f769e07bebe60f286eee.zip
tcl-24f5b98e8c8a4d160980f769e07bebe60f286eee.tar.gz
tcl-24f5b98e8c8a4d160980f769e07bebe60f286eee.tar.bz2
In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int64_t (C99 equivalent)
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r--generic/tclIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c
index ffd2430..64501fd 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -9317,7 +9317,7 @@ MBWrite(
* then the calculations involving extra must be made wide too.
*
* Noted with Win32/MSVC debug build treating the warning (possible of
- * data in int64 to int conversion) as error.
+ * data in __int64 to int conversion) as error.
*/
bufPtr = AllocChannelBuffer(extra);