From: Simon Cozens Date: Fri, 30 Mar 2001 18:12:28 +0000 (+0100) Subject: av.h cosmetics X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2fc34c7bf96cc7eabe6512bbd53abd37c5b6d429;p=p5sagit%2Fp5-mst-13.2.git av.h cosmetics Message-ID: <20010330181228.A9319@netthink.co.uk> p4raw-id: //depot/perl@9476 --- diff --git a/av.h b/av.h index 8f130d6..def66b9 100644 --- a/av.h +++ b/av.h @@ -16,7 +16,7 @@ struct xpvav { MAGIC* xmg_magic; /* magic for scalar array */ HV* xmg_stash; /* class package */ - SV** xav_alloc; /* pointer to malloced string */ + SV** xav_alloc; /* pointer to beginning of C array of SVs */ SV* xav_arylen; U8 xav_flags; };