This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mg.c: move declaration of i closer to its use
authorLukas Mai <l.mai@web.de>
Sat, 30 Jan 2016 23:14:11 +0000 (00:14 +0100)
committerLukas Mai <l.mai@web.de>
Sat, 30 Jan 2016 23:14:11 +0000 (00:14 +0100)
commit4f3e04fd00ec110463294220e80bbf405b50c3ff
treec7439bfe2bba76643b31c5b9e381218a41b28580
parent6aa3d1f7b558720ba3e753ec1d1889f98066190f
mg.c: move declaration of i closer to its use

This should avoid the "unused variable 'i'" warning that pops up in some
configurations.
mg.c