Subject: | [PATCH] Update XSPROTOARG docs for 1996 onwards |
xsubpp’s default for prototypes changed back in 1996, as is apparent
from <http://perl5.git.perl.org/perl.git/commitdiff/8fc38fdaa>.
Attached is a git-am-compatible patch.
Subject: | open_dgso8Zt4.txt |
From: Father Chrysostomos <sprout@cpan.org>
Update XSPROTOARG docs for 1996 onwards
xsubpp’s default for prototypes changed back in 1996, as is apparent
from <http://perl5.git.perl.org/perl.git/commitdiff/8fc38fdaa>.
diff -rup ExtUtils-MakeMaker-6.80-BKhFyn-orig/lib/ExtUtils/MakeMaker.pm ExtUtils-MakeMaker-6.80-BKhFyn/lib/ExtUtils/MakeMaker.pm
--- ExtUtils-MakeMaker-6.80-BKhFyn-orig/lib/ExtUtils/MakeMaker.pm 2013-10-15 08:04:44.000000000 -0700
+++ ExtUtils-MakeMaker-6.80-BKhFyn/lib/ExtUtils/MakeMaker.pm 2013-10-25 14:14:29.000000000 -0700
@@ -2690,8 +2690,9 @@ that purpose.
=item XSPROTOARG
-May be set to an empty string, which is identical to C<-prototypes>, or
-C<-noprototypes>. See the xsubpp documentation for details. MakeMaker
+May be set to C<-protoypes>, C<-noprototypes> or the empty string. The
+empty string is equivalent to the xsubpp default, or C<-noprototypes>.
+See the xsubpp documentation for details. MakeMaker
defaults to the empty string.
=item XS_VERSION