summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2007-05-03 17:17:01 +0000
committerSteve Hay <SteveHay@planit.com>2007-05-03 17:17:01 +0000
commitd932daed4961bf485d739adcee3fa2136d8ca8ca (patch)
tree89a19c088936556b530dd13a72fde4caf823ea10 /proto.h
parent973f7e2e670dfd20566d14890f0d8717266af6ee (diff)
downloadperl-d932daed4961bf485d739adcee3fa2136d8ca8ca.tar.gz
Fix breakages caused by #31130:
report_uninit was not exported on Win32 and my_reg_numbered_buff_length had wrong prototype p4raw-id: //depot/perl@31132
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index fbdf6c8bcc..e731d5fd5c 100644
--- a/proto.h
+++ b/proto.h
@@ -1893,7 +1893,7 @@ PERL_CALLCONV regnode* Perl_regnext(pTHX_ regnode* p)
__attribute__nonnull__(pTHX_1);
-PERL_CALLCONV SV* Perl_reg_named_buff_fetch(pTHX_ REGEXP * const rx, SV * const namesv, const U32 flags)
+PERL_CALLCONV SV* Perl_reg_named_buff_fetch(pTHX_ REGEXP * const rx, SV * const key, const U32 flags)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);