summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-26 13:23:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-26 13:23:19 (GMT)
commit543961cfe677aed974b369bd0dee75a7bbdfaacc (patch)
treee8a266480bb38d27b16c711d3c6f158cf0950faa /generic/tcl.h
parent5ab98c9b65c66ac15cafc95755202ac31b237450 (diff)
parent0c51650ae9c6c9725068ecfd058275d4aa4bb024 (diff)
downloadtcl-543961cfe677aed974b369bd0dee75a7bbdfaacc.zip
tcl-543961cfe677aed974b369bd0dee75a7bbdfaacc.tar.gz
tcl-543961cfe677aed974b369bd0dee75a7bbdfaacc.tar.bz2
Merge 8.7 and doc fix
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 759adc9..e7212aa 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -2150,7 +2150,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;