From a9b1d9c7f57ec21ff8be147f5c949966b966e519 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Wed, 1 Apr 2009 22:46:59 +0000 Subject: 20090401-2346 --- appl/cmd/limbo/typecheck.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl') diff --git a/appl/cmd/limbo/typecheck.b b/appl/cmd/limbo/typecheck.b index 0f1cbe7f..ae5604b0 100644 --- a/appl/cmd/limbo/typecheck.b +++ b/appl/cmd/limbo/typecheck.b @@ -16,7 +16,7 @@ fninline(d: ref Decl): int left, right: ref Node; n := d.init; - if(dontinline || d.inline < byte 0 || d.locals != nil || ispoly(d) || n.ty.tof.kind == Tnone || nodes(n) >= 100) + if(dontinline || d.inline == byte -1 || d.locals != nil || ispoly(d) || n.ty.tof.kind == Tnone || nodes(n) >= 100) return 0; n = n.right; if(n.op == Oseq && n.right == nil) -- cgit v1.2.3