From 46188cca2865c174cdc3ad1c3febafaf77b71088 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 a1648f4d..de693a8c 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;