X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=av.c;h=f45a3ea63f439184da2395ce791d94b7aa765a9e;hb=e853d2264b77e2bdc0758f8ab38e819629763e81;hp=c597ea2d1a6564ac5e605ecb722d07aebcce95a1;hpb=4ac71550d23cca4632a2bcdfcb1d83a6bf705e45;p=p5sagit%2Fp5-mst-13.2.git diff --git a/av.c b/av.c index c597ea2..f45a3ea 100644 --- a/av.c +++ b/av.c @@ -527,7 +527,8 @@ Perl_av_create_and_push(pTHX_ AV **const avp, SV *const val) =for apidoc av_push Pushes an SV onto the end of the array. The array will grow automatically -to accommodate the addition. +to accommodate the addition. Like C, this takes ownership of one +reference count. =cut */