diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-05-29 18:50:41 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-05-29 18:50:41 +0000 |
| commit | 0ba3f162322e6c878bc6b31c30f9e5c18b7570ef (patch) | |
| tree | 98006dd1de82a9160d7641ed58e42a291e73c1c4 /limbo/stubs.c | |
| parent | 5d814502697ac4bec68abcc2cf615e4f5444c629 (diff) | |
20080529-1950
Diffstat (limited to 'limbo/stubs.c')
| -rw-r--r-- | limbo/stubs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/limbo/stubs.c b/limbo/stubs.c index 3c174e4a..7d951c63 100644 --- a/limbo/stubs.c +++ b/limbo/stubs.c @@ -493,6 +493,8 @@ ctprint(char *buf, char *end, Type *t) case Tfix: case Tpoly: return seprint(buf, end, "%s", ckindname[t->kind]); + case Tadtpick: + return ctprint(buf, end, t->decl->dot->ty); case Tadt: case Ttuple: if(t->decl->sym != anontupsym) |
