summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2000-08-17 20:55:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-17 22:33:12 +0000
commit01f4840e0b23322a2013fbc287c38f7b8e6684f4 (patch)
tree407fb46eca892a0686a26cedc1050818d24e9dd2 /ext
parentc434e2251835c9eff392e229e50c4193709f1c26 (diff)
downloadperl-01f4840e0b23322a2013fbc287c38f7b8e6684f4.tar.gz
Do not use prototyping here.
Subject: [ID 20000817.016] [PATCH] Peek.xs Message-Id: <20000817205556.24270.qmail@foad.org> p4raw-id: //depot/perl@6681
Diffstat (limited to 'ext')
-rw-r--r--ext/Devel/Peek/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Devel/Peek/Makefile.PL b/ext/Devel/Peek/Makefile.PL
index 3c6dbf545d..f6d0cc9caa 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',