Change 19047 by [EMAIL PROTECTED] on 2003/03/23 17:54:33
Integrate from maint-5.8:
[ 19045]
If no IVSIZE == 8, no need for modulo_1.
Affected files ...
... //depot/perl/pp.c#375 integrate
Differences ...
==== //depot/perl/pp.c#375 (text) ====
Index: perl/pp.c
--- perl/pp.c#374~19015~ Mon Mar 17 16:46:18 2003
+++ perl/pp.c Sun Mar 23 09:54:33 2003
@@ -2472,7 +2472,7 @@
}
}
-#ifdef __GLIBC__
+#if defined(__GLIBC__) && IVSIZE == 8
STATIC
PP(pp_i_modulo_1)
{
End of Patch.
