diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-04-20 00:30:53 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-04-20 00:30:53 +0000 |
commit | 0cadcf80572b885a4a6b7680439582b19fd09887 (patch) | |
tree | 8097c6827da088014286e3fa038bc6c460fa594f /regexp.h | |
parent | 92dfaf87c2eb198d9a6b2c787cf6caffb168d7fc (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |