diff options
author | Steve Hay <SteveHay@planit.com> | 2008-01-29 15:06:55 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-01-29 15:06:55 +0000 |
commit | 8c54174d094a78800e8ccba3f591a61aef9be2bf (patch) | |
tree | bb7eb9f6e7473315e0fac7e951b7d0371316556d /proto.h | |
parent | c3c3bebb639496b8bdce5d7c639ea5632d85fc99 (diff) | |
download | perl-8c54174d094a78800e8ccba3f591a61aef9be2bf.tar.gz |
Fix Win32 compiler warnings introduced by #33081 and #33085
p4raw-id: //depot/perl@33106
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1763,7 +1763,7 @@ PERL_CALLCONV I32 Perl_call_method(pTHX_ const char* methname, I32 flags) PERL_CALLCONV I32 Perl_call_pv(pTHX_ const char* sub_name, I32 flags) __attribute__nonnull__(pTHX_1); -PERL_CALLCONV I32 Perl_call_sv(pTHX_ SV* sv, I32 flags) +PERL_CALLCONV I32 Perl_call_sv(pTHX_ SV* sv, VOL I32 flags) __attribute__nonnull__(pTHX_1); PERL_CALLCONV void Perl_despatch_signals(pTHX); |