This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: reduce scope of 'int i'
authorDavid Mitchell <davem@iabyn.com>
Thu, 11 May 2017 08:00:30 +0000 (09:00 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:01 +0000 (09:11 +0100)
commitfce26459b034b58a2317bbf41b281bc8157329d6
treeae978cdabf793d556533fbee8a8ffe5d58e5140f
parent2b4780456089c3aff8a223d54788c976348afb25
Perl_sv_vcatpvfn_flags: reduce scope of 'int i'

Declare an 'i' var wherever needed for local use, rather than being in
scope for 1600 lines.
sv.c