diff options
Diffstat (limited to 'generic/tkUtil.c')
-rw-r--r-- | generic/tkUtil.c | 3 |
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 /* *--------------------------------------------------------------------------- * |