From d8b29a3430b219e3ab3dae2947a0ff22885c1b5e Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Wed, 8 Feb 2023 18:16:02 +0000 Subject: Field :param attributes, //= and ||= default assignments --- hv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hv.h') diff --git a/hv.h b/hv.h index 1291011746..ba9f9e4dbc 100644 --- a/hv.h +++ b/hv.h @@ -142,6 +142,7 @@ struct xpvhv_aux { AV *xhv_class_adjust_blocks; /* CVs containing the ADJUST blocks */ PADNAMELIST *xhv_class_fields; /* PADNAMEs with PadnameIsFIELD() */ PADOFFSET xhv_class_next_fieldix; + HV *xhv_class_param_map; /* Maps param names to field index stored in UV */ struct suspended_compcv *xhv_class_suspended_initfields_compcv; -- cgit v1.2.1