Identifiers evaluate to true if they are non-empty, regardless of

value.
This commit is contained in:
Juan Lang 2005-02-08 12:13:49 +00:00 committed by Alexandre Julliard
parent abf2de27a7
commit 5f35a32f60

View file

@ -181,7 +181,7 @@ term:
}
| value_s
{
$$ = atoiW($1);
$$ = $1[0] ? MSICONDITION_TRUE : MSICONDITION_FALSE;
}
| value_i comp_op_i value_i
{