diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 10:47:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-26 10:47:20 (GMT) |
commit | 6d2f85de207c0d6108fd44fba6ccf039cd8d858d (patch) | |
tree | 0abe4d318b41e317d934b9e988b690fdbc4d69dd /generic | |
parent | cd326bf172c4c01999c686a6c728eb7a2e2b2eef (diff) | |
parent | dbcca14632f0785d07bc62b42412abd56d1ee050 (diff) | |
download | tcl-6d2f85de207c0d6108fd44fba6ccf039cd8d858d.zip tcl-6d2f85de207c0d6108fd44fba6ccf039cd8d858d.tar.gz tcl-6d2f85de207c0d6108fd44fba6ccf039cd8d858d.tar.bz2 |
Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tcl_UniChar.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 64dd8bae..9f14207 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -2201,10 +2201,8 @@ typedef struct Tcl_EncodingType { #if TCL_UTF_MAX > 4 /* - * unsigned int isn't 100% accurate as it should be a strict 4-byte value - * (perhaps wchar_t). 64-bit systems may have troubles. The size of this - * value must be reflected correctly in regcustom.h and - * in tclEncoding.c. + * unsigned int isn't 100% accurate as it should be a strict 4-byte value. + * The size of this value must be reflected correctly in regcustom.h. * XXX: Tcl is currently UCS-2 and planning UTF-16 for the Unicode * XXX: string rep that Tcl_UniChar represents. Changing the size * XXX: of Tcl_UniChar is /not/ supported. |