]> Cypherpunks repositories - gostls13.git/commitdiff
export prereq for interface types
authorRuss Cox <rsc@golang.org>
Fri, 17 Oct 2008 23:13:17 +0000 (16:13 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 17 Oct 2008 23:13:17 +0000 (16:13 -0700)
R=ken
OCL=17377
CL=17377

src/cmd/gc/export.c

index c8b50a074ea1429a08ab50e51997d6341a2750f2..f5a9e918da80a01ee0d46c43d43e9593ab0d701b 100644 (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 ");