diff options
Diffstat (limited to 'parse')
-rw-r--r-- | parse/use.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/parse/use.c b/parse/use.c index 98069b4..b08aced 100644 --- a/parse/use.c +++ b/parse/use.c @@ -1026,10 +1026,8 @@ foundextlib: case 'T': tid = rdint(f); ty = tyunpickle(f); - if (!ty->ishidden) { - tagtype(ty); + if (!ty->ishidden) ty->vis = vis; - } htput(tidmap, itop(tid), ty); /* fix up types */ if (ty->type == Tyname || ty->type == Tygeneric) { |