From 9953ff723fac897df4afc6a69aaa7bfe5e8dc983 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 27 Dec 2008 11:19:37 +0000 Subject: In struct mro_meta, rename mro_linear_dfs to mro_linear_all, and change it from AV * to HV *. --- hv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hv.h') diff --git a/hv.h b/hv.h index 29977f17be..226532661d 100644 --- a/hv.h +++ b/hv.h @@ -50,8 +50,8 @@ struct mro_alg { }; struct mro_meta { - /* repurposed as a hash holding the different MROs private data. */ - AV *mro_linear_dfs; /* cached dfs @ISA linearization */ + /* a hash holding the different MROs private data. */ + HV *mro_linear_all; /* a pointer directly to the current MROs private data. If mro_linear_all is NULL, this owns the SV reference, else it is just a pointer to a value stored in and owned by mro_linear_all. */ -- cgit v1.2.1