summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2008-01-06 11:05:27 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2008-01-06 11:05:27 +0000
commit5186cc1225228b10ef0f8c5cf7d34fbcf0e84174 (patch)
tree7f6584b6eedaead440a1b6512964ee6af02cb149 /pp.c
parent92905b42ad1ca082d0ec8476b85c67f306c4bba3 (diff)
downloadperl-5186cc1225228b10ef0f8c5cf7d34fbcf0e84174.tar.gz
Fix compilation issues and warnings with exotic configuration.
p4raw-id: //depot/perl@32865
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index 6026f24dad..374f3550e2 100644
--- a/pp.c
+++ b/pp.c
@@ -2625,7 +2625,7 @@ PP(pp_i_modulo_1)
/* This is the i_modulo with the workaround for the _moddi3 bug
* in (at least) glibc 2.2.5 (the PERL_ABS() the workaround).
* See below for pp_i_modulo. */
- dVAR; dVAR; dSP; dATARGET; tryAMAGICbin(modulo,opASSIGN);
+ dVAR; dSP; dATARGET; tryAMAGICbin(modulo,opASSIGN);
{
dPOPTOPiirl;
if (!right)