This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor B::PV::PV to use newSVpvn_flags() for both arms of the if.
authorNicholas Clark <nick@ccl4.org>
Sun, 7 Nov 2010 15:19:15 +0000 (15:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 8 Nov 2010 07:55:09 +0000 (07:55 +0000)
commita804b0fe1a329489a361df0373bc50d659d84c68
tree8f39d43139c903632369cb8bd3c2d14486d142c3
parent81e413dd293ca530aa3b6f9cd587b94ada3bd0a0
Refactor B::PV::PV to use newSVpvn_flags() for both arms of the if.

newSVpvn_flags(NULL, whatever, SVs_TEMP) is equivalent to sv_newmortal().
ext/B/B.xs