summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-04-20 00:30:53 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-04-20 00:30:53 +0000
commit0cadcf80572b885a4a6b7680439582b19fd09887 (patch)
tree8097c6827da088014286e3fa038bc6c460fa594f /regexp.h
parent92dfaf87c2eb198d9a6b2c787cf6caffb168d7fc (diff)
downloadperl-0cadcf80572b885a4a6b7680439582b19fd09887.tar.gz
regmatch: merge the greedy and non-greedy branches of CURLYM
p4raw-id: //depot/perl@27907
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index 5667d1fbec..04932670fc 100644
--- a/regexp.h
+++ b/regexp.h
@@ -184,7 +184,6 @@ typedef enum {
resume_CURLYM1,
resume_CURLYM2,
resume_CURLYM3,
- resume_CURLYM4,
resume_IFMATCH,
resume_PLUS1,
resume_PLUS2,
@@ -268,6 +267,7 @@ typedef struct regmatch_state {
I32 l;
I32 matches;
I32 maxwanted;
+ bool minmod;
} curlym;
struct {