From: Jonathan Stowe Date: Mon, 11 Mar 2002 08:12:15 +0000 (+0000) Subject: Prototyping ... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc43011b6c995345807c3598a29bbcc879854d42;p=p5sagit%2Fp5-mst-13.2.git Prototyping ... Message-Id: p4raw-id: //depot/perl@15194 --- diff --git a/ext/Encode/CN/Makefile.PL b/ext/Encode/CN/Makefile.PL index c7ebdcd..4dadad4 100644 --- a/ext/Encode/CN/Makefile.PL +++ b/ext/Encode/CN/Makefile.PL @@ -24,6 +24,7 @@ WriteMakefile( MAN3PODS => {}, # OS 390 winges about line numbers > 64K ??? XSOPT => '-nolinenumbers', + XSPROTOARG => '-noprototypes', ); package MY;