diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-05 18:40:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-05 18:40:59 +0000 |
commit | 4164be692ecdc110086abd011eb6e1c41f13ed34 (patch) | |
tree | 3c4dadaeb80e56ae7c042c36768612e0c7160ee6 /proto.h | |
parent | 69ecfd1277806cc4f0867436789903927289b9b2 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |