diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-30 10:31:01 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-30 10:31:01 +0000 |
commit | 7a7b9979b52d5d343099df1ecef6251a3db2d8e8 (patch) | |
tree | 168207671e02d3c64f54a59864b20ce61f9f4e82 /embed.fnc | |
parent | 4a31713e65b514c8128b1b5004c0f6d73a80aec3 (diff) | |
download | perl-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 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ Ap |void |hv_free_ent |NN HV* hv|NULLOK HE* entryK Apd |I32 |hv_iterinit |NN HV* tb ApdR |char* |hv_iterkey |NN HE* entry|NN I32* retlen ApdR |SV* |hv_iterkeysv |NN HE* entry -ApdR |HE* |hv_iternext |NN HV* tb +ApdRbm |HE* |hv_iternext |NN HV* tb ApdR |SV* |hv_iternextsv |NN HV* hv|NN char** key|NN I32* retlen ApMdR |HE* |hv_iternext_flags|NN HV* tb|I32 flags ApdR |SV* |hv_iterval |NN HV* tb|NN HE* entry |