summaryrefslogtreecommitdiff
path: root/pcre_study.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-07-06 08:55:10 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-07-06 08:55:10 +0000
commitf89f09c645ad87f321dcb2c446d0f0d71be488ea (patch)
tree0e839222e6eae83714a452df96f83515db2b874b /pcre_study.c
parent03ae083c6793d4105e479d1d9a30536fa3fbd28a (diff)
downloadpcre-f89f09c645ad87f321dcb2c446d0f0d71be488ea.tar.gz
Fix 2 incorrect #ifdefs in pcre_study.c.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@983 2f5784b3-3f2a-0410-8824-cb99058d5e15
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