diff options
| author | Charles.Forsyth <devnull@localhost> | 2009-04-01 22:46:59 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2009-04-01 22:46:59 +0000 |
| commit | a9b1d9c7f57ec21ff8be147f5c949966b966e519 (patch) | |
| tree | 1d25a7adb874c8cbaa92ada7fe72c0a64faab7b5 | |
| parent | 51efa06e29946f7dc354b7a8df2e295959de4465 (diff) | |
20090401-2346
| -rw-r--r-- | appl/cmd/limbo/typecheck.b | 2 | ||||
| -rw-r--r-- | dis/limbo.dis | bin | 343383 -> 343383 bytes |
2 files changed, 1 insertions, 1 deletions
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) diff --git a/dis/limbo.dis b/dis/limbo.dis Binary files differindex 3e835b96..e8d2f98a 100644 --- a/dis/limbo.dis +++ b/dis/limbo.dis |
