mirror of
https://github.com/golang/go
synced 2024-11-22 21:30:02 -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
|
void
|
||||||
dumpexporttype(Sym *s)
|
dumpexporttype(Sym *s)
|
||||||
{
|
{
|
||||||
|
dumpprereq(s->otype);
|
||||||
Bprint(bout, "\t");
|
Bprint(bout, "\t");
|
||||||
if(s->export != 0)
|
if(s->export != 0)
|
||||||
Bprint(bout, "export ");
|
Bprint(bout, "export ");
|
||||||
|
Loading…
Reference in New Issue
Block a user