Assorted 2.15 fixes.
[p5sagit/p5-mst-13.2.git] / hv.c
diff --git a/hv.c b/hv.c
index e14f7ab..2996a8e 100644 (file)
--- a/hv.c
+++ b/hv.c
@@ -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);