summaryrefslogtreecommitdiffstats
path: root/generic/tkUtil.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-15 14:02:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-11-15 14:02:52 (GMT)
commit8dfcb7233a9848c90ecb86478b75bf92cbc72078 (patch)
tree7009e237233a22eb40dc0c618978874452312249 /generic/tkUtil.c
parent95ca41dfeb61278a71160f6164bed26cd88cb543 (diff)
parent2396bd5523304d4938cec1aa241067fcd29f8d9a (diff)
downloadtk-8dfcb7233a9848c90ecb86478b75bf92cbc72078.zip
tk-8dfcb7233a9848c90ecb86478b75bf92cbc72078.tar.gz
tk-8dfcb7233a9848c90ecb86478b75bf92cbc72078.tar.bz2
Merge 8.7. Remove a lot of dead code
Diffstat (limited to 'generic/tkUtil.c')
-rw-r--r--generic/tkUtil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkUtil.c b/generic/tkUtil.c
index 3f07142..d3bf058 100644
--- a/generic/tkUtil.c
+++ b/generic/tkUtil.c
@@ -1246,8 +1246,7 @@ Tk_SendVirtualEvent(
Tk_QueueWindowEvent(&event.general, TCL_QUEUE_TAIL);
}
-/* Tcl 8.6 has a different definition of Tcl_UniChar than other Tcl versions for TCL_UTF_MAX > 3 */
-#if TCL_UTF_MAX <= (3 + (TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 6))
+#if TCL_UTF_MAX < 4
/*
*---------------------------------------------------------------------------
*