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
1 changed files with 1 additions and 0 deletions

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 ");