diff options
author | Andy Lester <andy@petdance.com> | 2005-11-11 11:20:30 -0600 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-11-12 16:59:49 +0000 |
commit | 6e497a67282fbaa21d30ea7f9a77c442f52fbd50 (patch) | |
tree | b5ea882619d72f3571c204e547e540f6681bc70c /mathoms.c | |
parent | 1fc52a95725c307a2eb5e97f05c88c748c1c475c (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |