summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-27 13:02:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-27 13:02:39 (GMT)
commitdd5e309d31bb30abe115dd2a7e614dcbde7b76fe (patch)
tree4b4e2e9764933dc4fa210ba778c37cc0429f24ea /generic/tcl.h
parent920aa8280f7ad6756c06787903f8ee5b9a5497a3 (diff)
parent0d54bf371184c2ddc80a0640d56446078478cbda (diff)
downloadtcl-dd5e309d31bb30abe115dd2a7e614dcbde7b76fe.zip
tcl-dd5e309d31bb30abe115dd2a7e614dcbde7b76fe.tar.gz
tcl-dd5e309d31bb30abe115dd2a7e614dcbde7b76fe.tar.bz2
Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading.
In tclThreadTest.c, allow mainThreadId to be >32 bits.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index bdb4035..731724e 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -375,8 +375,8 @@ typedef long LONG;
* we have one, we can have the other.)
*
* Also defines the following macros:
- * TCL_WIDE_INT_IS_LONG - if wide ints are really longs (i.e. we're on a real
- * 64-bit system.)
+ * TCL_WIDE_INT_IS_LONG - if wide ints are really longs (i.e. we're on a
+ * LP64 system such as modern Solaris or Linux ... not including Win64)
* Tcl_WideAsLong - forgetful converter from wideInt to long.
* Tcl_LongAsWide - sign-extending converter from long to wideInt.
* Tcl_WideAsDouble - converter from wideInt to double.