This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Simplify a short code section
authorKarl Williamson <khw@cpan.org>
Thu, 28 Aug 2014 04:12:02 +0000 (22:12 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 3 Sep 2014 18:43:14 +0000 (12:43 -0600)
commit6942fd9a567743c5784c5445ee49c3a4fc1d3b48
tree65ee4292c8b1694717c127e8601aa1049beb40c2
parentca5d3bffbe69ee0415742df798d2d990fce531fc
regexec.c: Simplify a short code section

Two "if"s can be combined, leading to one fewer (unoptimized) tests
regexec.c