From: Shlomi Fish Date: Sat, 15 May 2010 18:44:58 +0000 (+0300) Subject: Add the Perl equivalent example to av_clear. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31bde0acd044dc2a6e4ccd40fa4660a6009fcb9d;p=p5sagit%2Fp5-mst-13.2.git Add the Perl equivalent example to av_clear. Signed-off-by: David Golden --- diff --git a/av.c b/av.c index b93a6d5..095147a 100644 --- a/av.c +++ b/av.c @@ -415,7 +415,7 @@ Perl_av_make(pTHX_ register I32 size, register SV **strp) =for apidoc av_clear Clears an array, making it empty. Does not free the memory used by the -array itself. +array itself. Perl equivalent: C<@myarray = ();>. =cut */