summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 10:31:01 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 10:31:01 +0000
commit7a7b9979b52d5d343099df1ecef6251a3db2d8e8 (patch)
tree168207671e02d3c64f54a59864b20ce61f9f4e82 /proto.h
parent4a31713e65b514c8128b1b5004c0f6d73a80aec3 (diff)
downloadperl-7a7b9979b52d5d343099df1ecef6251a3db2d8e8.tar.gz
Replace hv_iternext() with a macro that calls hv_iternext_flags with
an extra 0 argument. Move the old body to mathoms.c p4raw-id: //depot/perl@25895
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index be537934fd..f71e3d6dff 100644
--- a/proto.h
+++ b/proto.h
@@ -662,9 +662,9 @@ PERL_CALLCONV SV* Perl_hv_iterkeysv(pTHX_ HE* entry)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);
-PERL_CALLCONV HE* Perl_hv_iternext(pTHX_ HV* tb)
+/* PERL_CALLCONV HE* Perl_hv_iternext(pTHX_ HV* tb)
__attribute__warn_unused_result__
- __attribute__nonnull__(pTHX_1);
+ __attribute__nonnull__(pTHX_1); */
PERL_CALLCONV SV* Perl_hv_iternextsv(pTHX_ HV* hv, char** key, I32* retlen)
__attribute__warn_unused_result__