pp_sys.c:pp_stat: Change scope of havefp var
authorFather Chrysostomos <sprout@cpan.org>
Fri, 20 Jan 2012 20:59:35 +0000 (12:59 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 20 Jan 2012 22:49:08 +0000 (14:49 -0800)
commitb8413ac3c2aeba8d9cbe9ce77d7eafc3f5ae0fef
tree18cc5f5c6335ceb7a44e7e6bceb355e532efadbe
parentdaa30a688f5d99ab2f3405562a4325687c307066
pp_sys.c:pp_stat: Change scope of havefp var

This is only used in the if(gv != PL_defgv) block now.  Also, it was
being used uninitialized for bad iorefs, probably resulting in random warning suppression (untested).
pp_sys.c