diff options
author | dgp <dgp@users.sourceforge.net> | 2018-03-07 15:13:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-03-07 15:13:07 (GMT) |
commit | 6de6ee8aa9086eb2b86d82e6831dae17232abca4 (patch) | |
tree | 3633d2b708dc8670f3d1b18e1b6ffb2eeecd23b8 /unix/tclConfig.h.in | |
parent | e16df96d28704115312eee43ffc5019a766d2cfd (diff) | |
parent | 0254080ca07929caa2f2b25206928d5559048aff (diff) | |
download | tcl-6de6ee8aa9086eb2b86d82e6831dae17232abca4.zip tcl-6de6ee8aa9086eb2b86d82e6831dae17232abca4.tar.gz tcl-6de6ee8aa9086eb2b86d82e6831dae17232abca4.tar.bz2 |
merge 8.7
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 4902083..c284cba 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -394,7 +394,7 @@ /* Does this platform have wide high-resolution clicks? */ #undef TCL_WIDE_CLICKS -/* Are wide integers to be implemented with C 'long's? */ +/* Do Tcl_WideInt, 'long' and 'long long' all have the same size (64-bit) ? */ #undef TCL_WIDE_INT_IS_LONG /* What type should be used to define wide integers? */ |