summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-04 07:49:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-04 07:49:34 (GMT)
commit05e623cbed345508e0fdd55956cf0dc52c7960ff (patch)
treedc754a5fa6d5b21009d8a9f29a589f3c0714ab43 /generic/tcl.h
parent0e90b5c0cf5d0cf25ebb0ef40f1e014f675b7b0c (diff)
parent7e1bd9ece3354f7d6ebd31804b617de737323856 (diff)
downloadtcl-05e623cbed345508e0fdd55956cf0dc52c7960ff.zip
tcl-05e623cbed345508e0fdd55956cf0dc52c7960ff.tar.gz
tcl-05e623cbed345508e0fdd55956cf0dc52c7960ff.tar.bz2
Merge 8.7
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 a757543..968925d 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;