frontend/define.c, ntharg(), #8/15 this `if' condition can't be true
This commit is contained in:
parent
e93327fdb7
commit
bc793fbf27
|
|
@ -416,11 +416,7 @@ ntharg(int num, struct pnode *args)
|
|||
}
|
||||
if (args && args->pn_op && (args->pn_op->op_num != PT_OP_COMMA)) {
|
||||
if (num <= 1)
|
||||
{
|
||||
if (args && args->pn_op && (args->pn_op->op_num == PT_OP_COMMA))
|
||||
return args->pn_left;
|
||||
return args;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
if (!args)
|
||||
|
|
|
|||
Loading…
Reference in New Issue