This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add av_create_and_push() and av_create_and_unshift_one() to refactor
authorNicholas Clark <nick@ccl4.org>
Mon, 29 Jan 2007 18:28:16 +0000 (18:28 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 29 Jan 2007 18:28:16 +0000 (18:28 +0000)
commit29a861e74521a5f903bccb023c86950d733fa0b7
tree30399e656738dc7add2288fa2aebd589eeaaf041
parente30fbb82116d47ef2569f2af20359965dc7fcae1
Add av_create_and_push() and av_create_and_unshift_one() to refactor
out two repeated idioms.

p4raw-id: //depot/perl@30064
av.c
doio.c
embed.fnc
op.c
perl.c
proto.h