deleted } in arith.c
authoreck <none@none>
Mon, 23 Oct 1989 14:39:33 +0000 (14:39 +0000)
committereck <none@none>
Mon, 23 Oct 1989 14:39:33 +0000 (14:39 +0000)
lang/cem/cemcom.ansi/arith.c

index a1648f4..de693a8 100644 (file)
@@ -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;