This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Consistently use NOT_REACHED; /* NOTREACHED */
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 4 Mar 2015 12:37:33 +0000 (07:37 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 4 Mar 2015 13:01:39 +0000 (08:01 -0500)
commit661d43c45c6cc0d2dfbe99378a9c3fff68b6b571
treecdf9ce9dd1f2500c096364b4a997e27852791498
parent03a97c81c355d48c40afa26a6647de481b64ac43
Consistently use NOT_REACHED; /* NOTREACHED */

Both needed: the macro is for compilers, the comment for static checkers.

(This doesn't address whether each spot is correct and necessary.)
hv.c
op.c
regcomp.c
regexec.c
universal.c
utf8.c
util.c