diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-01-24 15:39:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-21 18:56:25 +0100 |
commit | 359164a0b0ca9d7142b89ef0b09c1d01437e4471 (patch) | |
tree | 632c5b349e633c46ba58180008ccbdd1028c7e32 /sv.c | |
parent | 4d0fbddde6c5dcb972786d09de0cab6e93056b88 (diff) | |
download | perl-359164a0b0ca9d7142b89ef0b09c1d01437e4471.tar.gz |
Eliminate xhv_fill from struct xpvhv.
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -982,7 +982,7 @@ static const struct body_details bodies_by_type[] = { FIT_ARENA(0, sizeof(XPVAV)) }, { sizeof(XPVHV), - copy_length(XPVHV, xhv_keys), + copy_length(XPVHV, xhv_max), 0, SVt_PVHV, TRUE, NONV, HASARENA, FIT_ARENA(0, sizeof(XPVHV)) }, |