summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-04-04 17:50:22 +0100
committerDavid Mitchell <davem@iabyn.com>2013-04-12 11:29:55 +0100
commitc1789b9f89e17b99d728910cb490561f334c2033 (patch)
treee81364f5065e77c487ccd1faa5a42acc810c5f16 /regexp.h
parenta1941760704242726e754cde1820f738676ca838 (diff)
downloadperl-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index 6b16d14593..31fb879c66 100644
--- a/regexp.h
+++ b/regexp.h
@@ -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 */