diff options
-rw-r--r-- | hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1635,7 +1635,7 @@ Perl_hv_undef(pTHX_ HV *hv) } struct xpvhv_aux* -S_hv_auxinit(aTHX) { +S_hv_auxinit(pTHX) { struct xpvhv_aux *iter; New(0, iter, 1, struct xpvhv_aux); |