This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace hv_iternext() with a macro that calls hv_iternext_flags with
authorNicholas Clark <nick@ccl4.org>
Sun, 30 Oct 2005 10:31:01 +0000 (10:31 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 30 Oct 2005 10:31:01 +0000 (10:31 +0000)
commit7a7b9979b52d5d343099df1ecef6251a3db2d8e8
tree168207671e02d3c64f54a59864b20ce61f9f4e82
parent4a31713e65b514c8128b1b5004c0f6d73a80aec3
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
embed.fnc
embed.h
hv.c
hv.h
mathoms.c
proto.h