zero struct in T{}

R=ken
OCL=29849
CL=29849
This commit is contained in:
Russ Cox 2009-06-03 16:10:13 -07:00
parent 024c83f2f8
commit ea7f5505d1
1 changed files with 1 additions and 1 deletions

View File

@ -4113,7 +4113,7 @@ structlit(Node *n, Node *var)
if(r != N && r->op == OEMPTY)
r = N;
if(r == N)
return var;
goto keyval; // must clear structure
if(r->op == OKEY)
goto keyval;