develooper Front page | perl.perl5.porters | Postings from March 2001

[PATCH] av.h cosmetics

Thread Next
From:
Simon Cozens
Date:
March 30, 2001 09:14
Subject:
[PATCH] av.h cosmetics
Message ID:
20010330181228.A9319@netthink.co.uk
Someone evidently copied this over from sv.h without changing the
comment:

--- av.h~	Fri Mar 30 18:07:03 2001
+++ av.h	Fri Mar 30 18:07:54 2001
@@ -16,7 +16,7 @@
     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;
 };

Should the AvALLOC vs. AvARRAY offset hack be documented?
And should the "unreality" comments in av.h be moved to perlguts.pod?

-- 
You are in a maze of little twisting passages, all different.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About