[ 19045]
If no IVSIZE == 8, no need for modulo_1.
p4raw-link: @19045 on //depot/maint-5.8/perl:
6fcf78978c3c389ee7541e795096814ca241cf2a
p4raw-id: //depot/perl@19047
p4raw-integrated: from //depot/maint-5.8/perl@19044 'merge in' pp.c
(@19029..)
}
}
-#ifdef __GLIBC__
+#if defined(__GLIBC__) && IVSIZE == 8
STATIC
PP(pp_i_modulo_1)
{