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 'have' var
authorDavid Mitchell <davem@iabyn.com>
Tue, 9 May 2017 13:48:59 +0000 (14:48 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:00 +0000 (09:11 +0100)
commitd8440ba98282cdcffc278903e87ee1a20e80aba5
tree6cc0185a0d53b7260b20ad481cafa95eef1ccdb6
parent655816c42255edd311d85817b154bf5902b2d40f
Perl_sv_vcatpvfn_flags: reduce scope of 'have' var

Just declare this var in the small block where its needed, rather than
being in scope for 500+ lines.

Should be no functional changes.
sv.c