From: Gurusamy Sarathy Date: Wed, 24 Dec 1997 02:22:42 +0000 (+0000) Subject: [win32] tweak op.c to avoid warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=473986ffed3c1c49ad493ce37648d9ef116e65bb;p=p5sagit%2Fp5-mst-13.2.git [win32] tweak op.c to avoid warning p4raw-id: //depot/win32/perl@384 --- diff --git a/op.c b/op.c index ff17789..47f2f57 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);