From: eck Date: Mon, 23 Oct 1989 14:39:33 +0000 (+0000) Subject: deleted } in arith.c X-Git-Tag: release-5-5~2174 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dfb4d0c576ff7e65f14831db16d2fccbb612f5a3;p=ack.git deleted } in arith.c --- diff --git a/lang/cem/cemcom.ansi/arith.c b/lang/cem/cemcom.ansi/arith.c index a1648f4da..de693a8cc 100644 --- a/lang/cem/cemcom.ansi/arith.c +++ b/lang/cem/cemcom.ansi/arith.c @@ -477,7 +477,6 @@ opnd2test(expp, oper) case OR: /* && and || also impose a test */ /* It is already a test */ return; - } case ',': opnd2test(&((*expp)->OP_RIGHT), oper); return;