summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-05 18:40:59 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-05 18:40:59 +0000
commit4164be692ecdc110086abd011eb6e1c41f13ed34 (patch)
tree3c4dadaeb80e56ae7c042c36768612e0c7160ee6 /proto.h
parent69ecfd1277806cc4f0867436789903927289b9b2 (diff)
downloadperl-4164be692ecdc110086abd011eb6e1c41f13ed34.tar.gz
Change hv_name_set to take U32 length and flags parameters.
p4raw-id: //depot/perl@27381
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 94718f2a3c..c836e4a643 100644
--- a/proto.h
+++ b/proto.h
@@ -4106,7 +4106,7 @@ PERL_CALLCONV void Perl_hv_riter_set(pTHX_ HV* hv, I32 riter)
PERL_CALLCONV void Perl_hv_eiter_set(pTHX_ HV* hv, HE* eiter)
__attribute__nonnull__(pTHX_1);
-PERL_CALLCONV void Perl_hv_name_set(pTHX_ HV* hv, const char *name, I32 len, int flags)
+PERL_CALLCONV void Perl_hv_name_set(pTHX_ HV* hv, const char *name, U32 len, U32 flags)
__attribute__nonnull__(pTHX_1);
PERL_CALLCONV AV** Perl_hv_backreferences_p(pTHX_ HV* hv)