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:
parent
907fea6b54
commit
ba46bd1e5a
@ -122,6 +122,7 @@ dumpexportvar(Sym *s)
|
||||
void
|
||||
dumpexporttype(Sym *s)
|
||||
{
|
||||
dumpprereq(s->otype);
|
||||
Bprint(bout, "\t");
|
||||
if(s->export != 0)
|
||||
Bprint(bout, "export ");
|
||||
|
Loading…
Reference in New Issue
Block a user