R=r
OCL=22240
CL=22240
This commit is contained in:
Ken Thompson 2009-01-07 15:54:08 -08:00
parent 3f135be389
commit eed3addb9d

View File

@ -2691,7 +2691,8 @@ arrayop(Node *n, int top)
argtype(on, tl->type); // any-2 argtype(on, tl->type); // any-2
r = nod(OCALL, on, r); r = nod(OCALL, on, r);
walktype(r, top); walktype(r, top);
break; n->left = r;
return n;
case OAS: case OAS:
// arrays2d(old *any, nel int) (ary []any) // arrays2d(old *any, nel int) (ary []any)