This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix C++ build problems introduced in 9a5a5549
authorTony Cook <tony@develop-help.com>
Mon, 29 Nov 2010 11:36:35 +0000 (22:36 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 29 Nov 2010 11:38:18 +0000 (22:38 +1100)
commita932d541326b1fef3943a730adb350592857f19a
tree7dbaffeb88e002dc683f4c04bf7a7202e9a22b6b
parentf5122dbf0e65ac96618bf95b58dbfac3cfb31c75
Fix C++ build problems introduced in 9a5a5549

Fixes the following compilation errors:
regexec.c: In function 'char* S_find_byclass(regexp*, const regnode*, char*,
const char*, regmatch_info*)':
regexec.c:1525: error: invalid conversion from 'I32 (*)(const char*, const
char*, I32)' to 'I32 (*)()'
regexec.c:1525: error: too many arguments to function
regexec.c:1527: error: invalid conversion from 'I32 (*)(const char*, const
char*, I32)' to 'I32 (*)()'
regexec.c:1527: error: too many arguments to function
perl.h
regexec.c