projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
01b7310
)
[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
patch
|
blob
|
blame
|
history
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);