This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix C++ build broken by 1f039d60d3
authorFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 06:51:59 +0000 (23:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 06:51:59 +0000 (23:51 -0700)
commit1ec4f607b95237e7d3022e1f5df41f1167be4523
tree2acf78ebac6721e6d2c29c926df06271a43d3d2e
parent4499db7385adf05fc8c5f6e28aa920d268b63435
Fix C++ build broken by 1f039d60d3

The goto was bypassing initialisation.  Avoiding goto altogether actu-
ally simplifies things.
op.c