[win32] tweak op.c to avoid warning
Gurusamy Sarathy [Wed, 24 Dec 1997 02:22:42 +0000 (02:22 +0000)]
p4raw-id: //depot/win32/perl@384

op.c

diff --git a/op.c b/op.c
index ff17789..47f2f57 100644 (file)
--- 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);