diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-01-05 18:02:02 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-01-05 18:02:02 +0000 |
commit | 1af6200d185d478f416345eedc9641a043650e1b (patch) | |
tree | 4ffb01a955e8c78b5f7bb6d159765c21aa253a70 /sv.h | |
parent | 5daac39cdfb40a97f596516dfd1504833f0b6695 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |