summaryrefslogtreecommitdiff
path: root/src/pcre2_study.c
diff options
context:
space:
mode:
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: