From dfb4d0c576ff7e65f14831db16d2fccbb612f5a3 Mon Sep 17 00:00:00 2001 From: eck Date: Mon, 23 Oct 1989 14:39:33 +0000 Subject: [PATCH] deleted } in arith.c --- lang/cem/cemcom.ansi/arith.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1