summaryrefslogtreecommitdiffstats
path: root/tools/uniParse.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-02 21:13:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-02-02 21:13:03 (GMT)
commitda5f0a7d00189cc96fa27b38edfa994ff3db3f7c (patch)
tree4bb33e3480486ac9a1f564c9d448c909aef98507 /tools/uniParse.tcl
parentc55e690196895fde865b1093ba33f375f8c98dba (diff)
parent02b3c85edaf8ff8a0878716a4b426629fceb32ac (diff)
downloadtcl-da5f0a7d00189cc96fa27b38edfa994ff3db3f7c.zip
tcl-da5f0a7d00189cc96fa27b38edfa994ff3db3f7c.tar.gz
tcl-da5f0a7d00189cc96fa27b38edfa994ff3db3f7c.tar.bz2
[Frq 3464401] Support Unicode 6.1
Diffstat (limited to 'tools/uniParse.tcl')
-rw-r--r--tools/uniParse.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/uniParse.tcl b/tools/uniParse.tcl
index baf8a4b..e33b3c7 100644
--- a/tools/uniParse.tcl
+++ b/tools/uniParse.tcl
@@ -337,7 +337,7 @@ static const int groups\[\] = {"
puts $f $line
puts -nonewline $f "};
-#if UTF_MAX_LEN > 3
+#if TCL_UTF_MAX > 3
# define UNICODE_OUT_OF_RANGE(ch) (((ch) & 0x1fffff) >= [format 0x%x $next])
#else
# define UNICODE_OUT_OF_RANGE(ch) (((ch) & 0x1f0000) != 0)