Upgrade to Pod-Simple-3.04
[p5sagit/p5-mst-13.2.git] / mathoms.c
index 3a5ff3c..d3713f5 100644 (file)
--- a/mathoms.c
+++ b/mathoms.c
@@ -510,7 +510,7 @@ AV *
 Perl_av_fake(pTHX_ register I32 size, register SV **strp)
 {
     register SV** ary;
-    register AV * const av = (AV*)NEWSV(9,0);
+    register AV * const av = (AV*)newSV(0);
 
     sv_upgrade((SV *)av, SVt_PVAV);
     Newx(ary,size+1,SV*);