summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-10-12 12:02:05 +0100
committerDavid Mitchell <davem@iabyn.com>2016-02-03 08:59:42 +0000
commitc7764d57491b2cc21ae721b2de1e960a792ccc93 (patch)
tree808be3ad92f54ccbab89b82b6b092eb6f90233f6 /pp_sort.c
parent0663a8f8f913bf74e0120db791841537f2f81956 (diff)
downloadperl-c7764d57491b2cc21ae721b2de1e960a792ccc93.tar.gz
make PL_tmps_floor restore consistent
On scope exit this is done: PL_tmps_floor = cx->cx_u.cx_blk.blku_old_tmpsfloor; This is mostly contained within the POPFOO macros; for those, make it consistently the last entry in the macro. POPEVAL didn't include this line; move it into the macro and out of the various places where it's done explicitly. This will allow us to move it into a revamped POPBLOCK macro shortly.
Diffstat (limited to 'pp_sort.c')
0 files changed, 0 insertions, 0 deletions