Revision: 1650
http://vcs.pcre.org/viewvc?view=rev&revision=1650
Author: ph10
Date: 2016-05-21 16:59:42 +0100 (Sat, 21 May 2016)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
code/trunk/pcre_jit_compile.c
Modified: code/trunk/pcre_jit_compile.c
===================================================================
--- code/trunk/pcre_jit_compile.c 2016-05-21 13:34:44 UTC (rev 1649)
+++ code/trunk/pcre_jit_compile.c 2016-05-21 15:59:42 UTC (rev 1650)
@@ -4536,7 +4536,7 @@
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