deleted } in arith.c
This commit is contained in:
@@ -477,7 +477,6 @@ opnd2test(expp, oper)
|
|||||||
case OR: /* && and || also impose a test */
|
case OR: /* && and || also impose a test */
|
||||||
/* It is already a test */
|
/* It is already a test */
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
case ',':
|
case ',':
|
||||||
opnd2test(&((*expp)->OP_RIGHT), oper);
|
opnd2test(&((*expp)->OP_RIGHT), oper);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user