Commit ba46bd1e authored by Russ Cox's avatar Russ Cox

export prereq for interface types

R=ken
OCL=17377
CL=17377
parent 907fea6b
......@@ -122,6 +122,7 @@ dumpexportvar(Sym *s)
void
dumpexporttype(Sym *s)
{
dumpprereq(s->otype);
Bprint(bout, "\t");
if(s->export != 0)
Bprint(bout, "export ");
......
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