Commit ea7f5505 authored by Russ Cox's avatar Russ Cox

zero struct in T{}

R=ken
OCL=29849
CL=29849
parent 024c83f2
......@@ -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;
......
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