From: Nicholas Clark Date: Wed, 21 Mar 2007 12:20:03 +0000 (+0000) Subject: AVs and HVs never had the NV slot. (Not that this error mattered, as X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c59bb285ff1665cb0f68765e5ef36404adef334;p=p5sagit%2Fp5-mst-13.2.git AVs and HVs never had the NV slot. (Not that this error mattered, as you can't upgrade from them, and the only code path that uses the flag in sv_upgrade isn't reached when upgrading to AVs or HVs) p4raw-id: //depot/perl@30658 --- diff --git a/sv.c b/sv.c index f24eb29..44b9122 100644 --- a/sv.c +++ b/sv.c @@ -928,13 +928,13 @@ static const struct body_details bodies_by_type[] = { copy_length(XPVAV, xmg_stash) - relative_STRUCT_OFFSET(xpvav_allocated, XPVAV, xav_fill), + relative_STRUCT_OFFSET(xpvav_allocated, XPVAV, xav_fill), - SVt_PVAV, TRUE, HADNV, HASARENA, FIT_ARENA(0, sizeof(xpvav_allocated)) }, + SVt_PVAV, TRUE, NONV, HASARENA, FIT_ARENA(0, sizeof(xpvav_allocated)) }, { sizeof(xpvhv_allocated), copy_length(XPVHV, xmg_stash) - relative_STRUCT_OFFSET(xpvhv_allocated, XPVHV, xhv_fill), + relative_STRUCT_OFFSET(xpvhv_allocated, XPVHV, xhv_fill), - SVt_PVHV, TRUE, HADNV, HASARENA, FIT_ARENA(0, sizeof(xpvhv_allocated)) }, + SVt_PVHV, TRUE, NONV, HASARENA, FIT_ARENA(0, sizeof(xpvhv_allocated)) }, /* 56 */ { sizeof(xpvcv_allocated), sizeof(xpvcv_allocated),