This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add a panic for code that shouldn't happen
authorKarl Williamson <khw@cpan.org>
Sun, 20 Sep 2015 02:16:46 +0000 (20:16 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 11 Oct 2015 16:48:31 +0000 (10:48 -0600)
commit652f02bd26f1b9e1efe1a3059bc460ba39e083d7
treecf5a50b55147b72839dbfa7aefdda1f57b522761
parent354259f54efa59b44ada86def221d7e7647d17ef
regcomp.c: Add a panic for code that shouldn't happen

It's better to quit than to blindly continue after failure.
regcomp.c