Commit 941ed00b authored by Russ Cox's avatar Russ Cox

closure bug: carry along outnamed flag.

R=ken
OCL=26930
CL=26930
parent bac922c6
......@@ -573,6 +573,7 @@ funclit1(Type *type, Node *body)
out = rev(out);
ft = functype(N, in, out);
ft->outnamed = type->outnamed;
}
// declare function.
......
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