This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Do not use prototyping here.
authorAbigail <abigail@abigail.be>
Thu, 17 Aug 2000 20:55:56 +0000 (20:55 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 17 Aug 2000 22:33:12 +0000 (22:33 +0000)
Subject: [ID 20000817.016] [PATCH] Peek.xs
Message-Id: <20000817205556.24270.qmail@foad.org>

p4raw-id: //depot/perl@6681

ext/Devel/Peek/Makefile.PL

index 3c6dbf5..f6d0cc9 100644 (file)
@@ -2,6 +2,7 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
        NAME            => "Devel::Peek",
        VERSION_FROM    => 'Peek.pm',
+        XSPROTOARG      => '-noprototypes',
        'dist'          => {
                             COMPRESS   => 'gzip -9f',
                             SUFFIX     => 'gz',