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 /appl/cmd/limbo/stubs.b | |
| parent | 5d814502697ac4bec68abcc2cf615e4f5444c629 (diff) | |
20080529-1950
Diffstat (limited to 'appl/cmd/limbo/stubs.b')
| -rw-r--r-- | appl/cmd/limbo/stubs.b | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appl/cmd/limbo/stubs.b b/appl/cmd/limbo/stubs.b index acb24b81..cafd6ff7 100644 --- a/appl/cmd/limbo/stubs.b +++ b/appl/cmd/limbo/stubs.b @@ -481,6 +481,8 @@ ctypeconv(t: ref Type): string Tfix or Tpoly => return ckindname[t.kind]; + Tadtpick => + return ctypeconv(t.decl.dot.ty); Tadt or Ttuple => if(t.decl.sym != anontupsym) |
