Commit 6499fbe7 authored by Ken Thompson's avatar Ken Thompson

bug060

R=r
OCL=16497
CL=16497
parent f25843e6
......@@ -2104,6 +2104,8 @@ mapop(Node *n, int top)
a = nod(n->etype, a, n->right); // m[tmpi] op right
a = nod(OAS, n->left, a); // map[tmpi] = map[tmpi] op right
r = nod(OLIST, r, a);
walktype(r, Etop);
break;
}
return r;
......
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