From 1af6200d185d478f416345eedc9641a043650e1b Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 5 Jan 2008 18:02:02 +0000 Subject: In struct regexp move the member paren_names to the IV union. p4raw-id: //depot/perl@32854 --- sv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sv.h') diff --git a/sv.h b/sv.h index e13b5ba3f4..ea5e0aecc8 100644 --- a/sv.h +++ b/sv.h @@ -421,6 +421,7 @@ union _xivu { void * xivu_p1; I32 xivu_i32; HEK * xivu_namehek; /* xpvlv, xpvgv: GvNAME */ + HV * xivu_hv; /* regexp: paren_names */ }; union _xmgu { -- cgit v1.2.1