summaryrefslogtreecommitdiff
path: root/pcre_study.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_study.c')
-rw-r--r--pcre_study.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_study.c b/pcre_study.c
index 72f435b..85cb514 100644
--- a/pcre_study.c
+++ b/pcre_study.c
@@ -1123,7 +1123,7 @@ do
case OP_HSPACE:
SET_BIT(0x09);
SET_BIT(0x20);
-#ifdef COMPILE_PCRE8
+#ifdef SUPPORT_UTF
if (utf)
{
#ifdef COMPILE_PCRE8
@@ -1148,7 +1148,7 @@ do
SET_BIT(0x0B);
SET_BIT(0x0C);
SET_BIT(0x0D);
-#ifdef COMPILE_PCRE8
+#ifdef SUPPORT_UTF
if (utf)
{
#ifdef COMPILE_PCRE8