summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcre_jit_compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_jit_compile.c b/pcre_jit_compile.c
index 60e9b75..4f15a27 100644
--- a/pcre_jit_compile.c
+++ b/pcre_jit_compile.c
@@ -4536,7 +4536,7 @@ oc = first_char;
if (caseless)
{
oc = TABLE_GET(first_char, common->fcc, first_char);
-#if defined SUPPORT_UTF && !defined COMPILE_PCRE8
+#if defined SUPPORT_UCP && !defined COMPILE_PCRE8
if (first_char > 127 && common->utf)
oc = UCD_OTHERCASE(first_char);
#endif