Fix compiler warnings:
authorJerry D. Hedden <jdhedden@cpan.org>
Fri, 13 Nov 2009 13:57:22 +0000 (08:57 -0500)
committerVincent Pit <vince@profvince.com>
Fri, 13 Nov 2009 16:44:17 +0000 (17:44 +0100)
commitb263a1ad7bd90448db5ef3b79b444fff3dcb2473
tree1d536177f6764b8a1705282e829e531ffd0a4e04
parent520bb15084a0e2fc0e05c6506b3265cad2d8f438
Fix compiler warnings:

pp_ctl.c: In function `Perl_pp_return':
pp_ctl.c:2092: warning: 'retop' might be used uninitialized in this function
pp_ctl.c: In function `Perl_pp_last':
pp_ctl.c:2214: warning: 'nextop' might be used uninitialized in this function
pp_ctl.c