This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
in regexec.c move the BOUND logic out of the way of the special CC logic
authorYves Orton <demerphq@gmail.com>
Mon, 5 Oct 2009 07:34:52 +0000 (09:34 +0200)
committerYves Orton <demerphq@gmail.com>
Mon, 5 Oct 2009 08:50:40 +0000 (10:50 +0200)
commitb2680017d861a93d2d51b07bce2f1731086bc8c3
treefcc69d7cb59b1f151192662424631fa06aa089c4
parentad69478dd8feef190cb90a65de0eb25e4a0b97f0
in regexec.c move the BOUND logic out of the way of the special CC logic

This is a first step towards macroizing the special CC handler logic so
it is easier to maintain them, for instance interestng optimisations are
being used in one, but not all, even though the logic is sharable. By
moving the BOUND logic out of the way the code repition is much clearer.
regexec.c