save_freeop is not an expression, remove PL_Xpv
authorDaniel Dragan <bulk88@hotmail.com>
Thu, 15 Nov 2012 20:11:10 +0000 (15:11 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 16 Nov 2012 02:00:00 +0000 (18:00 -0800)
commit6702ba93464c105fae0da7b54ac21a0485c1f0b5
tree7ea0ec76ff2ea8ba3eab5915211c0966b1c95002
parent2339cd98152c59549162d6ea3b4c0ab6ece0e6af
save_freeop is not an expression, remove PL_Xpv

save_freeop and SAVEFREEOP are never used in expressions only statements.
Using PL_Xpv is never ideal. For me .text section dropped from 0xC1DFF to
0xC1DBF after applying this.
scope.h