From 0ba3f162322e6c878bc6b31c30f9e5c18b7570ef Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Thu, 29 May 2008 18:50:41 +0000 Subject: 20080529-1950 --- appl/cmd/limbo/stubs.b | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appl/cmd/limbo') 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) -- cgit v1.2.3