This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add facility to fork() early in perl_destruct and use the child to
[perl5.git] / writemain.SH
index ed8aca6..0b5bd07 100644 (file)
@@ -77,7 +77,7 @@ xs_init(pTHX)
 EOP
 
 if test X"$args" != "X" ; then
-    echo "    char *file = __FILE__;"
+    echo "    const char file[] = __FILE__;"
     echo "    dXSUB_SYS;"
 
     ai=''