diff options
author | dgp <dgp@users.sourceforge.net> | 2020-04-18 15:02:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-04-18 15:02:51 (GMT) |
commit | ea9467702aecb854ba8cd803edbb38c4590aa928 (patch) | |
tree | 6e3ceac9b01cdedb6c044018662545ce5fa46fc8 | |
parent | 6f00fef31d332688308f392fd5df4cab98d05161 (diff) | |
download | tcl-ea9467702aecb854ba8cd803edbb38c4590aa928.zip tcl-ea9467702aecb854ba8cd803edbb38c4590aa928.tar.gz tcl-ea9467702aecb854ba8cd803edbb38c4590aa928.tar.bz2 |
Make TCL_UTF_MAX=4 build test clean again.
-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 d7d064c..7378a8f 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -2148,7 +2148,7 @@ typedef struct Tcl_Parse { * reflected in regcustom.h. */ -#if TCL_UTF_MAX > 3 +#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 |