This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Turn test into an assertion
authorKarl Williamson <public@khwilliamson.com>
Thu, 4 Oct 2012 17:01:57 +0000 (11:01 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 9 Oct 2012 17:16:05 +0000 (11:16 -0600)
commiteb5c1be832f933916254966c4be6834e40ae081c
treefa9437cf92d376c5243464fa37d16d063e8cb625
parent17d815919cfc62e8258cd8a69689e17fb2fe1721
regexec.c: Turn test into an assertion

Commit 31c15ce5372b770c3ca899df6cf102f1ed6866ba should have made it so
that the situation of a quantifier {m,n} with m>n never happens.  Remove
the check for it, but replace it with an assertion.
regexec.c