This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PUSHSUB: make retop a parameter
authorDavid Mitchell <davem@iabyn.com>
Sat, 26 Dec 2015 12:37:30 +0000 (12:37 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 09:19:18 +0000 (09:19 +0000)
commitceb12bd8658d8542570022026702734394fec792
treee025a81e110ba978ad5c6474d899ce498d2779d9
parent274ed8ae511aa4c52d0c3e975eb44853d4f5336f
PUSHSUB: make retop a parameter

Rather than doing cx->blk_sub.retop = NULL in PUSHSUB, then relying on
the caller to subsequently change it to something more useful, make it an
arg to PUSHSUB.
cop.h
pp_ctl.c
pp_hot.c
pp_sort.c