This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eliminate REG_SEEN_EVAL
authorDavid Mitchell <davem@iabyn.com>
Sun, 1 Apr 2012 12:04:05 +0000 (13:04 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Jun 2012 12:32:50 +0000 (13:32 +0100)
commit471f538719f520bc908ac57ec9f3cb8526773f10
treec03fa0b4717d686624730ca9b9d465daa3bb0763
parentfca7221246069070a65ab8fbc4fa10405266be20
eliminate REG_SEEN_EVAL

This flag was set during pattern compilation if a (?{}) was encountered;
but is redundant now that we have pRExC_state->num_code_blocks.
regcomp.c
regcomp.h