summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-12-24 02:22:42 +0000
committerGurusamy Sarathy <gsar@cpan.org>1997-12-24 02:22:42 +0000
commit473986ffed3c1c49ad493ce37648d9ef116e65bb (patch)
treef8b5907365124fa284ce2be474282bef8e7bcc8b /op.c
parent01b73108cbbda9279c5fb6c5789d5ec6185e3ea2 (diff)
downloadperl-473986ffed3c1c49ad493ce37648d9ef116e65bb.tar.gz
[win32] tweak op.c to avoid warning
p4raw-id: //depot/win32/perl@384
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 ff1778953c..47f2f57f3e 100644
--- a/op.c
+++ b/op.c
@@ -3874,7 +3874,7 @@ ck_eval(OP *o)
return o;
}
else
- scalar(kid);
+ scalar((OP*)kid);
}
else {
op_free(o);