This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use assertions for /* NOT REACHED */
authorFather Chrysostomos <sprout@cpan.org>
Wed, 13 Jun 2012 15:45:16 +0000 (08:45 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 15 Jun 2012 19:28:15 +0000 (12:28 -0700)
commit118e2215c7570362a701ac5fda6148b6d3542eae
tree248694801974be0578e4ccc9e8d90fd7db5d4b32
parent0d856a3ae8873b88b1fb47a0d9520f3db9e27b85
Use assertions for /* NOT REACHED */

to make sure it really is never reached.
malloc.c
perl.c
perl.h
pp.c
pp_ctl.c
regcomp.c
regexec.c
utf8.c
util.c