deleted } in arith.c

This commit is contained in:
eck 1989-10-23 14:39:33 +00:00
parent 9eace2894a
commit 46188cca28

View 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;