Commit f7e2bb55 authored by Ken Thompson's avatar Ken Thompson

chan

SVN=126960
parent 97cab903
......@@ -1720,12 +1720,8 @@ chanop(Node *n, int top)
r = nod(OLIST, a, r);
on = syslook("chansend", 1);
print("type=%lT\n", t);
print("on=%lT\n", on->type);
argtype(on, t->type); // any-1
print("on=%lT\n", on->type);
argtype(on, t->type); // any-2
print("on=%lT\n", on->type);
r = nod(OCALL, on, r);
walktype(r, Erv);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment