summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2011-09-16 13:09:11 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2011-09-16 13:09:11 (GMT)
commit6a99798cd1a55fa85d1b4d05f735a153cb0a4c04 (patch)
tree984b9bafb72ed42c264226830781c12686ef9af7 /generic/tcl.h
parentfb33f51bf99c1e742353720a731c9eb70f826ad0 (diff)
parentca0d0b653f7602193c37269c6cfb2ec6bba4cd0d (diff)
downloadtcl-6a99798cd1a55fa85d1b4d05f735a153cb0a4c04.zip
tcl-6a99798cd1a55fa85d1b4d05f735a153cb0a4c04.tar.gz
tcl-6a99798cd1a55fa85d1b4d05f735a153cb0a4c04.tar.bz2
Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)
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 88b68db..51e3ce3 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -2135,7 +2135,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