1
0
mirror of https://github.com/golang/go synced 2024-09-24 21:20:13 -06:00
R=ken
OCL=22327
CL=22327
This commit is contained in:
Russ Cox 2009-01-08 14:31:11 -08:00
parent 20595ac4b0
commit c0b8a7965a

View File

@ -1847,7 +1847,7 @@ ascompatte(int op, Type **nl, Node **nr, int fp)
peekr = saver;
if(l != T && r != N
&& structnext(&peekl) != T
&& listnext(&peekr) == N)
&& listnext(&peekr) == N
&& eqtype(r->type, *nl, 0))
return convas(nod(OAS, nodarg(*nl, fp), r));