[win32] merge change#985 from maintbranch
[p5sagit/p5-mst-13.2.git] / sv.c
diff --git a/sv.c b/sv.c
index 8310047..68ebd54 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -3569,9 +3569,7 @@ newSVpv(char *s, STRLEN len)
 }
 
 SV *
-newSVpvn(s,len)
-char *s;
-STRLEN len;
+newSVpvn(char *s, STRLEN len)
 {
     register SV *sv;