Identifiers evaluate to true if they are non-empty, regardless of
value.
This commit is contained in:
parent
abf2de27a7
commit
5f35a32f60
|
@ -181,7 +181,7 @@ term:
|
|||
}
|
||||
| value_s
|
||||
{
|
||||
$$ = atoiW($1);
|
||||
$$ = $1[0] ? MSICONDITION_TRUE : MSICONDITION_FALSE;
|
||||
}
|
||||
| value_i comp_op_i value_i
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue