SVN=126960
This commit is contained in:
Ken Thompson 2008-07-13 16:22:50 -07:00
parent 97cab903af
commit f7e2bb55ae
1 changed files with 0 additions and 4 deletions

View File

@ -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);