1
0
mirror of https://github.com/golang/go synced 2024-11-22 12:44:50 -07:00

export prereq for interface types

R=ken
OCL=17377
CL=17377
This commit is contained in:
Russ Cox 2008-10-17 16:13:17 -07:00
parent 907fea6b54
commit ba46bd1e5a

View File

@ -122,6 +122,7 @@ dumpexportvar(Sym *s)
void
dumpexporttype(Sym *s)
{
dumpprereq(s->otype);
Bprint(bout, "\t");
if(s->export != 0)
Bprint(bout, "export ");