p4raw-id: //depot/perl@26057
#endif
#ifndef NO_MATHOMS
-/* This reference ensure that the mathoms are linked with perl */
+/* This reference ensures that the mathoms are linked with perl */
+extern void Perl_mathoms();
void Perl_mathoms_ref() {
- extern void Perl_mathoms();
Perl_mathoms();
}
#endif