This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re_op_compile(): refactor some code
authorDavid Mitchell <davem@iabyn.com>
Fri, 11 Nov 2011 11:31:37 +0000 (11:31 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Jun 2012 12:25:52 +0000 (13:25 +0100)
commit83dd44856a433dd1711dc587f6bb75ee3956059b
treeee9fca779ad5c4a5710be55f8eae7b92cf19b284
parent8b95ead15bc497a4b02a6a0b1f32fad19e42ecbc
re_op_compile(): refactor some code

The 'scan the op tree looking for DO blocks' code will need to
be used in both the 'list of SV' and 'OP tree' cases, so hoist the code
up a level
regcomp.c