X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=av.c;h=d0428925a702007dd2aea5f3d89591f2a8db2005;hb=1059054db273fce406f731966b935f417b38dbd5;hp=8a4f8556450239fe43fa3d95b777c45390cd5827;hpb=d9c632885426f166b78d9000b0c7670e7cab6f2a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/av.c b/av.c index 8a4f855..d042892 100644 --- a/av.c +++ b/av.c @@ -1,6 +1,6 @@ /* av.c * - * Copyright (c) 1991-2001, Larry Wall + * Copyright (c) 1991-2002, Larry Wall * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. @@ -12,6 +12,10 @@ * meant that things should remain where they had set them)." --Treebeard */ +/* +=head1 Array Manipulation Functions +*/ + #include "EXTERN.h" #define PERL_IN_AV_C #include "perl.h"