This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: move vars to inner scope
authorDavid Mitchell <davem@iabyn.com>
Thu, 18 May 2017 08:49:08 +0000 (09:49 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:02 +0000 (09:11 +0100)
commit023c07c2c940aa80a9f7373ebd0e3ef983c8e7e3
tree33049817d3f625499de3ea5b6d3d09d1f734738a
parentde18632d9fb976e1a9d05c5dfa81ec77aa2a081b
Perl_sv_vcatpvfn_flags: move vars to inner scope

Add a new scope around the floating-point code, then move some
locals var declarations into that scope.
sv.c