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

Rather than doing cx->blk_eval.retop = NULL in PUSHEVAL, then relying on
the caller to subsequently change it to something more useful, make it an
arg to PUSHEVAL.
cop.h
embed.fnc
embed.h
op.c
perl.c
pp_ctl.c
proto.h