diff options
author | Simon Cozens <simon@netthink.co.uk> | 2001-03-30 19:12:28 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-30 18:16:57 +0000 |
commit | 2fc34c7bf96cc7eabe6512bbd53abd37c5b6d429 (patch) | |
tree | dbf892394ef1aa578673ef9e7ce1b03e474ee181 /av.h | |
parent | f18956b7b7075f4d5c8a71544673eedaab733e30 (diff) | |
download | perl-2fc34c7bf96cc7eabe6512bbd53abd37c5b6d429.tar.gz |
av.h cosmetics
Message-ID: <20010330181228.A9319@netthink.co.uk>
p4raw-id: //depot/perl@9476
Diffstat (limited to 'av.h')
-rw-r--r-- | av.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |