summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-24 22:31:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-24 22:31:13 (GMT)
commitf2e56cab06bb6e9e9aeea7e59db993350c99a997 (patch)
tree646a1ad25d1ee8f38e36ede30d881c915f1dfc31 /generic/tclStubInit.c
parent66ffdbf0ec22d179161e49cec7b256b06f246b27 (diff)
parentb788457ad48d5cc34b431418f7d076d83f78b5ff (diff)
downloadtcl-f2e56cab06bb6e9e9aeea7e59db993350c99a997.zip
tcl-f2e56cab06bb6e9e9aeea7e59db993350c99a997.tar.gz
tcl-f2e56cab06bb6e9e9aeea7e59db993350c99a997.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 98a93b7..044da51 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -72,7 +72,7 @@
#endif
-#if TCL_UTF_MAX <= 3
+#if TCL_UTF_MAX < 4
static void uniCodePanic() {
Tcl_Panic("This extension uses a deprecated function, not available now: Tcl is compiled with -DTCL_UTF_MAX==%d", TCL_UTF_MAX);
}