This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: tighten hexfp var scope
authorDavid Mitchell <davem@iabyn.com>
Thu, 18 May 2017 10:32:27 +0000 (11:32 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:02 +0000 (09:11 +0100)
commit5d10f2fcfe8b2a11672351b95a7f374075dd4c67
treec677ef76af88104f221374ebbb9022bc9dcab9fa
parent2a007f8cd4266822c9a277defa3a98dd14bfbe9a
Perl_sv_vcatpvfn_flags: tighten hexfp var scope

Only have the 'hexfp' var declared within the innermost scope it is
actually needed for.
sv.c