diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-01-25 13:55:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-21 07:03:52 +0100 |
commit | 4f7003f5e8adb225a16f3788ec81e193021f41e5 (patch) | |
tree | d2f748f90da76ae03cac95ad79c3f37f662ff9e7 /sv.h | |
parent | 889d28b2ea2c17517fae97cf4a92bd3563aaa74f (diff) | |
download | perl-4f7003f5e8adb225a16f3788ec81e193021f41e5.tar.gz |
Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc.
This was the only user of xivu_p1 in union _xivu, so remove that too.
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -418,7 +418,6 @@ union _xivu { IV xivu_iv; /* integer value */ /* xpvfm: lines */ UV xivu_uv; - void * xivu_p1; I32 xivu_i32; HEK * xivu_namehek; /* xpvlv, xpvgv: GvNAME */ HV * xivu_hv; /* regexp: paren_names */ |