This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Moving variables to their innermost scope.
authorAndy Lester <andy@petdance.com>
Sat, 18 Feb 2017 01:46:15 +0000 (19:46 -0600)
committerDavid Mitchell <davem@iabyn.com>
Sat, 18 Feb 2017 12:19:54 +0000 (12:19 +0000)
commit19742f39bfbfba7529a49232271b390bc4e811cb
tree7c4bc6dcc2549314279de41e4b84ca22d3af270e
parentd8f2fe0966b076afb4b85eb04d1524b6af37e344
Moving variables to their innermost scope.

Some vars have been tagged as const because they do not change in their
new scopes. In pp_reverse in pp.c, I32 tmp is only used to hold a char,
so is changed to char.
doop.c
mg.c
op.c
perl.c
pp.c
pp_hot.c
pp_sys.c
taint.c
toke.c
util.c