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
1 changed files with 1 additions and 1 deletions

View File

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