summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-01-05 18:02:02 +0000
committerNicholas Clark <nick@ccl4.org>2008-01-05 18:02:02 +0000
commit1af6200d185d478f416345eedc9641a043650e1b (patch)
tree4ffb01a955e8c78b5f7bb6d159765c21aa253a70 /sv.h
parent5daac39cdfb40a97f596516dfd1504833f0b6695 (diff)
downloadperl-1af6200d185d478f416345eedc9641a043650e1b.tar.gz
In struct regexp move the member paren_names to the IV union.
p4raw-id: //depot/perl@32854
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h1
1 files changed, 1 insertions, 0 deletions
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 {