Commit dabdfa6c authored by Russ Cox's avatar Russ Cox

new new &Point{1,2}

R=ken
OCL=22168
CL=22168
parent 55645045
...@@ -979,8 +979,8 @@ loop: ...@@ -979,8 +979,8 @@ loop:
nvar = nod(0, N, N); nvar = nod(0, N, N);
tempname(nvar, t); tempname(nvar, t);
nnew = nod(OMAKE, N, N); nnew = nod(ONEW, N, N);
nnew->type = t; nnew->type = n->left->type;
nnew = newcompat(nnew); nnew = newcompat(nnew);
nas = nod(OAS, nvar, nnew); nas = nod(OAS, nvar, nnew);
......
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