This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak the floating point output routine preferences.
[perl5.git] / minimod.pl
old mode 100755 (executable)
new mode 100644 (file)
index 82760ee..8efbd31
@@ -59,7 +59,7 @@ sub writemain{
        my($mname, $cname);
        ($mname = $pname) =~ s!/!::!g;
        ($cname = $pname) =~ s!/!__!g;
-       print "EXTERN_C void boot_${cname} _((CV* cv));\n";
+       print "EXTERN_C void boot_${cname} (CV* cv);\n";
     }
 
     my ($tail1,$tail2) = ( $tail =~ /\A(.*\n)(\s*\}.*)\Z/s );