This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change Perl_av_iter_p() to return IV* rather than I32* (which means
authorNicholas Clark <nick@ccl4.org>
Sat, 29 Dec 2007 12:28:14 +0000 (12:28 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 29 Dec 2007 12:28:14 +0000 (12:28 +0000)
commit453d94a93e573c5979e959533fb269b76eb66968
treef4ed259c9ac7d70b14de54d73ae0d0d241912aa1
parenta1cf41cd41cfa3d3c737acde06e0d3bbd02dd08d
Change Perl_av_iter_p() to return IV* rather than I32* (which means
having to allocate memory where sizeof(IV) > sizeof(I32)).

p4raw-id: //depot/perl@32760
av.c
embed.fnc
pp.c
proto.h