This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid a declaration after statement, accidentally added by 6079961fee8cf49c.
authorNicholas Clark <nick@ccl4.org>
Mon, 8 Nov 2010 14:43:29 +0000 (14:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 8 Nov 2010 14:43:29 +0000 (14:43 +0000)
commit9fdb8483d0df6457614b48340fce3eac629b436d
tree206c61e0beeaaba05813c898c2859d5cde644909
parent0c74f67f9196b3c4e9078e53b09696ce1d898eca
Avoid a declaration after statement, accidentally added by 6079961fee8cf49c.

Code in ext/ isn't subject to the same compiler warnings regime as the
top-level core files, hence why this was missed.
ext/B/B.xs