This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove union _xivu from struct xpvhv - replace it with a non-union xav_keys.
[perl5.git]
/
sv.c
diff --git
a/sv.c
b/sv.c
index
fe3f362
..
fd8a82a
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-982,7
+982,7
@@
static const struct body_details bodies_by_type[] = {
FIT_ARENA(0, sizeof(XPVAV)) },
{ sizeof(XPVHV),
FIT_ARENA(0, sizeof(XPVAV)) },
{ sizeof(XPVHV),
- copy_length(XPVHV, x
iv_u
),
+ copy_length(XPVHV, x
hv_keys
),
0,
SVt_PVHV, TRUE, NONV, HASARENA,
FIT_ARENA(0, sizeof(XPVHV)) },
0,
SVt_PVHV, TRUE, NONV, HASARENA,
FIT_ARENA(0, sizeof(XPVHV)) },