This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_enteriter: tidy itervar-setting code
authorDavid Mitchell <davem@iabyn.com>
Thu, 27 Aug 2015 13:45:13 +0000 (14:45 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 08:59:39 +0000 (08:59 +0000)
rename itervar to itervarp since it's more like an SV** than an SV*,
and set itersave earlier so that it can be used directly rather than
repeatedly dereffing itervarp.

Shouldn't be any functional change.


No differences found