diff options
author | dgp <dgp@users.sourceforge.net> | 2021-05-27 15:47:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-05-27 15:47:34 (GMT) |
commit | 28821a3fc8b593b40739691806bff1d413d72a8a (patch) | |
tree | 6b8fbc734de1c9e5fc1e6ecf92f0f57378a6559c /generic/tcl.h | |
parent | b6d01a333ab9a4c3375cdbf9f9797b596a54816d (diff) | |
parent | 40e5a934ab092fff44bbd0aaa626e49e49309357 (diff) | |
download | tcl-28821a3fc8b593b40739691806bff1d413d72a8a.zip tcl-28821a3fc8b593b40739691806bff1d413d72a8a.tar.gz tcl-28821a3fc8b593b40739691806bff1d413d72a8a.tar.bz2 |
merge 8.7
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 9391c6e..029a21c 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -2136,7 +2136,7 @@ typedef struct Tcl_EncodingType { #if TCL_UTF_MAX > 3 /* * int isn't 100% accurate as it should be a strict 4-byte value - * (perhaps wchar_t). ILP64/SILP64 systems may have troubles. The + * (perhaps int32_t). ILP64/SILP64 systems may have troubles. The * size of this value must be reflected correctly in regcustom.h. */ typedef int Tcl_UniChar; |