diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-01-06 11:05:27 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-01-06 11:05:27 +0000 |
commit | 5186cc1225228b10ef0f8c5cf7d34fbcf0e84174 (patch) | |
tree | 7f6584b6eedaead440a1b6512964ee6af02cb149 /pp.c | |
parent | 92905b42ad1ca082d0ec8476b85c67f306c4bba3 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |