summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2003-07-08 13:14:05 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-08 08:36:27 +0000
commit8bafa73588ba25326f9c8e2987e930b62d25444f (patch)
tree18b526c68f814b842f03553e0e7f22ab47352ea9 /op.c
parent3ea7755680302231fb5fb2feb962b211d651338f (diff)
downloadperl-8bafa73588ba25326f9c8e2987e930b62d25444f.tar.gz
warnings, line numbers & windows
Message-ID: <12022.1057655645@www59.gmx.net> p4raw-id: //depot/perl@20068
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 947b5f3137..7bcf40bdeb 100644
--- 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)