This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_ctl.c:pp_require: Remove redundant VMS null checks
authorFather Chrysostomos <sprout@cpan.org>
Fri, 10 Jan 2014 13:53:19 +0000 (05:53 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 12 Jan 2014 21:52:05 +0000 (13:52 -0800)
commit8de90695ebca09be55363851efd41433f9eaac50
tree8b5a359615496b95283bdb7ebb0f4f85d40b74ac
parent535e48ea19f4d8f568f8581284e630b9a1f38c43
pp_ctl.c:pp_require: Remove redundant VMS null checks

SvPVX(newSVpv("",...)) should never return null.
pp_ctl.c