This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updated Sharp Zaurus cross-compilation from Redvers Davies.
[perl5.git] / pp.c
diff --git a/pp.c b/pp.c
index 5cb176f..c431ffa 100644 (file)
--- a/pp.c
+++ b/pp.c
@@ -4434,7 +4434,7 @@ PP(pp_split)
                s++;
        }
     }
-    if ((bool)(pm->op_pmflags & PMf_MULTILINE) != (bool)PL_multiline) {
+    if ((int)(pm->op_pmflags & PMf_MULTILINE) != PL_multiline) {
        SAVEINT(PL_multiline);
        PL_multiline = pm->op_pmflags & PMf_MULTILINE;
     }