This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge declaration and initialisation of local variable
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 16 Jul 2015 07:08:19 +0000 (08:08 +0100)
committerTony Cook <tony@develop-help.com>
Wed, 22 Jul 2015 05:25:02 +0000 (15:25 +1000)
commit86f4502880c5cbc7a5ec1510ab05a413bfb40e03
tree6e5ddd337290d64808f8fca999bb4c3b97f0f96b
parentc7a622b32220ef59969124212598b6848bcaa247
Merge declaration and initialisation of local variable

Commit 2b32fed8 removed the PUTBACK/SPAGAIN around hv_iterval and
Perl_sv_setpvf, but didn't take the opportunity to merge the
initialisation with the declaration now that there's no code between
them.
doop.c