summaryrefslogtreecommitdiff
path: root/limbo/ecom.c
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-23 00:30:12 +0000
commit6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch)
tree314123bcab78ff295f38f85f31dc141e5fe22d15 /limbo/ecom.c
parent74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff)
20061220
Diffstat (limited to 'limbo/ecom.c')
-rw-r--r--limbo/ecom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/limbo/ecom.c b/limbo/ecom.c
index e19b51c0..2dfa2f68 100644
--- a/limbo/ecom.c
+++ b/limbo/ecom.c
@@ -657,7 +657,7 @@ sumark(Node *n)
if(n->flags & FNPTR){
if(n->flags == FNPTR2)
n->addable = Roff;
- else if(n->flags == FNPTR2|FNPTRN)
+ else if(n->flags == (FNPTR2|FNPTRN))
n->addable = Rnoff;
}
else
@@ -1793,7 +1793,7 @@ arraycom(Node *a, Node *elems)
{
Node tindex, fake, tmp, ri, *e, *n, *q, *body, *wild;
Inst *top, *out;
- Case *c;
+ /* Case *c; */
if(debug['A'])
print("arraycom: %n %n\n", a, elems);