diff options
author | David Mitchell <davem@iabyn.com> | 2013-04-04 17:50:22 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2013-04-12 11:29:55 +0100 |
commit | c1789b9f89e17b99d728910cb490561f334c2033 (patch) | |
tree | e81364f5065e77c487ccd1faa5a42acc810c5f16 /regexp.h | |
parent | a1941760704242726e754cde1820f738676ca838 (diff) | |
download | perl-c1789b9f89e17b99d728910cb490561f334c2033.tar.gz |
Eliminate PL_reg_state.re_reparsing, part 2
The previous commit added an alternative flag mechanism to
PL_reg_state.re_reparsing, but kept the old one around for consistency
checking. Remove the old one now.
Diffstat (limited to 'regexp.h')
-rw-r--r-- | regexp.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -776,7 +776,6 @@ typedef struct regmatch_slab { struct re_save_state { bool re_state_eval_setup_done; /* from regexec.c */ bool re_state_reg_match_utf8; /* from regexec.c */ - bool re_reparsing; /* runtime (?{}) fed back into parser */ /* Space for U8 */ I32 re_state_reg_oldpos; /* from regexec.c */ I32 re_state_reg_maxiter; /* max wait until caching pos */ |