This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Change a panic into an assert
authorKarl Williamson <khw@cpan.org>
Tue, 29 Apr 2014 03:08:19 +0000 (21:08 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 May 2014 16:33:02 +0000 (10:33 -0600)
commitdd2bfca9b7c4d502702489a8b15f14e9582e325a
tree153b705394a1fe05f8e3aa23674e7e69d98a532b
parent8954b91a52258523bade4624c06e76d720ed31ae
regcomp.c: Change a panic into an assert

This really should never happen, so might as well be an assert.
regcomp.c