summaryrefslogtreecommitdiff
path: root/src/pcre2_study.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-08-26 11:46:21 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-08-26 11:46:21 +0000
commitf51ed01637f26b19ae16a58af349fbfdb0f1a007 (patch)
treecea7e8034c8e9255bb2778c0260992cd35edeeb4 /src/pcre2_study.c
parentc196b967263feff5a73d313d72b14db10849b2b2 (diff)
downloadpcre2-f51ed01637f26b19ae16a58af349fbfdb0f1a007.tar.gz
Implement (*NOTEMPTY) and (?(VERSION= features.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@61 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_study.c')
-rw-r--r--src/pcre2_study.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pcre2_study.c b/src/pcre2_study.c
index 7ede428..8bd18b4 100644
--- a/src/pcre2_study.c
+++ b/src/pcre2_study.c
@@ -181,7 +181,8 @@ for (;;)
case OP_DNCREF:
case OP_RREF:
case OP_DNRREF:
- case OP_DEF:
+ case OP_FALSE:
+ case OP_TRUE:
case OP_CALLOUT:
case OP_SOD:
case OP_SOM:
@@ -792,7 +793,8 @@ do
case OP_COMMIT:
case OP_COND:
case OP_CREF:
- case OP_DEF:
+ case OP_FALSE:
+ case OP_TRUE:
case OP_DNCREF:
case OP_DNREF:
case OP_DNREFI: