This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #120544] fix "goto" around var init error in av_extend_guts
authorDaniel Dragan <bulk88@hotmail.com>
Fri, 15 Nov 2013 08:21:53 +0000 (03:21 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 15 Nov 2013 13:39:20 +0000 (05:39 -0800)
commit1ca67c899cfe66644e9f361a62a1a6e8556e97f2
treecda25941f31305e8c71111e428cd68fa94f8264d
parent812998f16b022ec82935579d482eeab3f1e2b5d4
[perl #120544] fix "goto" around var init error in av_extend_guts

This fixes a Win32 Visual C 6 in C++ mode syntax error. See #120544 for
the details.
av.c