warnings, line numbers & windows
[p5sagit/p5-mst-13.2.git] / op.c
diff --git a/op.c b/op.c
index 947b5f3..7bcf40b 100644 (file)
--- a/op.c
+++ b/op.c
@@ -2676,7 +2676,7 @@ Perl_pmruntime(pTHX_ OP *o, OP *expr, OP *repl)
        OP *curop;
        if (pm->op_pmflags & PMf_EVAL) {
            curop = 0;
-           if (CopLINE(PL_curcop) < PL_multi_end)
+           if (CopLINE(PL_curcop) < (line_t)PL_multi_end)
                CopLINE_set(PL_curcop, (line_t)PL_multi_end);
        }
        else if (repl->op_type == OP_CONST)