Change 19045 by [EMAIL PROTECTED] on 2003/03/22 09:32:52
If no IVSIZE == 8, no need for modulo_1.
Affected files ...
... //depot/maint-5.8/perl/pp.c#15 edit
Differences ...
==== //depot/maint-5.8/perl/pp.c#15 (text) ====
Index: perl/pp.c
--- perl/pp.c#14~19029~ Wed Mar 19 07:42:44 2003
+++ perl/pp.c Sat Mar 22 01:32:52 2003
@@ -2473,7 +2473,7 @@
}
}
-#ifdef __GLIBC__
+#if defined(__GLIBC__) && IVSIZE == 8
STATIC
PP(pp_i_modulo_1)
{
End of Patch.
