This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Move goto label to avoid redundant work
authorKarl Williamson <khw@cpan.org>
Fri, 19 Dec 2014 05:21:21 +0000 (22:21 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 29 Dec 2014 20:52:56 +0000 (13:52 -0700)
commit01f55654e76127c670a8806c68378a393e3972f4
treeaa15de9301d2db4795d6aeeb5c7c94ea6f375561
parent8e57b935987c3b2b9702249e3565bd39d3a05f9f
regexec.c: Move goto label to avoid redundant work

This causes a goto to skip work that has already been done.
regexec.c