summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-11-11 11:20:30 -0600
committerSteve Peters <steve@fisharerojo.org>2005-11-12 16:59:49 +0000
commit6e497a67282fbaa21d30ea7f9a77c442f52fbd50 (patch)
treeb5ea882619d72f3571c204e547e540f6681bc70c /mathoms.c
parent1fc52a95725c307a2eb5e97f05c88c748c1c475c (diff)
downloadperl-6e497a67282fbaa21d30ea7f9a77c442f52fbd50.tar.gz
mathoms prototypes aren't prototypes
Message-ID: <20051111232030.GA882@petdance.com> p4raw-id: //depot/perl@26099
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathoms.c b/mathoms.c
index 113aac003f..703918d547 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -29,7 +29,7 @@
#define PERL_IN_MATHOMS_C
#include "perl.h"
-void Perl_mathoms() {}
+void Perl_mathoms(void) {}
/* ref() is now a macro using Perl_doref;
* this version provided for binary compatibility only.