This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix C++ breakage introduced in d7ef4b73
authorTony Cook <tony@develop-help.com>
Thu, 2 Dec 2010 12:03:57 +0000 (23:03 +1100)
committerTony Cook <tony@develop-help.com>
Thu, 2 Dec 2010 12:03:57 +0000 (23:03 +1100)
commit8368298acf5c578b88887f19f7fba519bbc12296
tree3d94542632f759456823f6ae751f2f57170b1574
parent35146e33497dadaa6d9dff57c12764af3e85b229
Fix C++ breakage introduced in d7ef4b73

C++ doesn't allow goto or switch to bypass initialized variable
declarations.  Also fix the function pointer type.
regexec.c