This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make more use of NOT_REACHED
authorLukas Mai <l.mai@web.de>
Sat, 29 Nov 2014 11:37:50 +0000 (12:37 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 29 Nov 2014 14:05:16 +0000 (06:05 -0800)
commite59642234eb8b658c16fed728636bfbbc49c4514
tree3387394bff0e7e2f7ac09564be7493e6a71619d2
parentb7bea5dafa8e0cb5ca70b7525fbd6b51eb723815
make more use of NOT_REACHED

In particular, remove all instances of 'assert(0);'.
13 files changed:
malloc.c
op.c
pad.c
perl.c
perlio.c
pp.c
pp_ctl.c
pp_hot.c
regcomp.c
regexec.c
universal.c
utf8.c
util.c