mirror of https://github.com/golang/go.git
parent
024c83f2f8
commit
ea7f5505d1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue