This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c:pp_rv2cv: Remove PUTBACK
authorFather Chrysostomos <sprout@cpan.org>
Sun, 28 Dec 2014 21:57:57 +0000 (13:57 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Dec 2014 21:57:57 +0000 (13:57 -0800)
commit3d79e3eefd2bd737283bf68eb9294457bec6cd5e
tree9d5b8422efcba7525b230595714d13163442d649
parent27a8dde8520611f90ad24eba1bde44f042afcacb
pp.c:pp_rv2cv: Remove PUTBACK

pp_rv2cv doesn’t adjust the stack pointer at all, so there is no need
to synchronise with the global pointer before returning.
pp.c