mirror of
https://github.com/golang/go
synced 2024-11-26 15:27:04 -07:00
more on export
R=r OCL=15704 CL=15704
This commit is contained in:
parent
dc04d096f0
commit
1101d406ec
@ -164,7 +164,8 @@ dumpexporttype(Sym *s)
|
|||||||
|
|
||||||
case TPTR32:
|
case TPTR32:
|
||||||
case TPTR64:
|
case TPTR64:
|
||||||
reexport(t->type);
|
if(t->type != T && t->type->sym == S)
|
||||||
|
reexport(t->type);
|
||||||
|
|
||||||
/* type 6 */
|
/* type 6 */
|
||||||
Bprint(bout, "\ttype ");
|
Bprint(bout, "\ttype ");
|
||||||
|
Loading…
Reference in New Issue
Block a user