Message-ID: <
20051111232030.GA882@petdance.com>
p4raw-id: //depot/perl@26099
#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.
#ifndef NO_MATHOMS
/* This reference ensures that the mathoms are linked with perl */
-extern void Perl_mathoms();
-void Perl_mathoms_ref() {
+extern void Perl_mathoms(void);
+void Perl_mathoms_ref(void);
+void Perl_mathoms_ref(void) {
Perl_mathoms();
}
#endif