From: Abigail Date: Thu, 17 Aug 2000 20:55:56 +0000 (+0000) Subject: Do not use prototyping here. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01f4840e0b23322a2013fbc287c38f7b8e6684f4;p=p5sagit%2Fp5-mst-13.2.git Do not use prototyping here. Subject: [ID 20000817.016] [PATCH] Peek.xs Message-Id: <20000817205556.24270.qmail@foad.org> p4raw-id: //depot/perl@6681 --- diff --git a/ext/Devel/Peek/Makefile.PL b/ext/Devel/Peek/Makefile.PL index 3c6dbf5..f6d0cc9 100644 --- a/ext/Devel/Peek/Makefile.PL +++ b/ext/Devel/Peek/Makefile.PL @@ -2,6 +2,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => "Devel::Peek", VERSION_FROM => 'Peek.pm', + XSPROTOARG => '-noprototypes', 'dist' => { COMPRESS => 'gzip -9f', SUFFIX => 'gz',