This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a "return NORMAL" to a DIE at the end of a function to prevent compiler warnings...
authorGerard Goossen <gerard@ggoossen.net>
Fri, 6 Nov 2009 15:02:22 +0000 (16:02 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 6 Nov 2009 15:14:52 +0000 (16:14 +0100)
commit805bf316c58ab2d7d321419711ea8b00d654c392
tree222db64f5ad952806b67409a6402c59175eb0e99
parentbc78644842f1135350b5fc2a51984c02385a59fe
Add a "return NORMAL" to a DIE at the end of a function to prevent compiler warnings (the "return NORMAL"s are never reached).
pp_sys.c