summaryrefslogtreecommitdiff
path: root/src/pcre2_study.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-07-25 16:35:51 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-07-25 16:35:51 +0000
commit8ded90d8212515abb2ebec8a0769d089272fae65 (patch)
treef27b930806528d3a7a47d522ce3a179715965629 /src/pcre2_study.c
parent2363261068e137d80223d57a7aeb53232e8ce1de (diff)
downloadpcre2-8ded90d8212515abb2ebec8a0769d089272fae65.tar.gz
Test 4 installed (combines old tests 4 and 6)
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@34 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_study.c')
-rw-r--r--src/pcre2_study.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2_study.c b/src/pcre2_study.c
index 672f695..c702d00 100644
--- a/src/pcre2_study.c
+++ b/src/pcre2_study.c
@@ -1265,7 +1265,7 @@ do
XCLASS would not have been created. This means that code points >= 255
are always potential starters. */
-#ifdef SUPPORT_WIDE_CHARACTERS
+#ifdef SUPPORT_WIDE_CHARS
case OP_XCLASS:
if ((tcode[1 + LINK_SIZE] & XCL_HASPROP) != 0 ||
(tcode[1 + LINK_SIZE] & (XCL_MAP|XCL_NOT)) == XCL_NOT)