reduce gcc -ansi -pedantic noise plus a suggestion
[p5sagit/p5-mst-13.2.git] / pp.c
diff --git a/pp.c b/pp.c
index e316c8e..cd218cc 100644 (file)
--- a/pp.c
+++ b/pp.c
@@ -4139,7 +4139,7 @@ PP(pp_splice)
     }
 
     if (diff < 0) {                            /* shrinking the area */
-       SV **tmparyval;
+       SV **tmparyval = NULL;
        if (newlen) {
            Newx(tmparyval, newlen, SV*);       /* so remember insertion */
            Copy(MARK, tmparyval, newlen, SV*);