asn1: TRUE is 1, not 0
This commit is contained in:
@@ -925,7 +925,7 @@ BooleanValue : kw_TRUE
|
|||||||
{
|
{
|
||||||
$$ = emalloc(sizeof(*$$));
|
$$ = emalloc(sizeof(*$$));
|
||||||
$$->type = booleanvalue;
|
$$->type = booleanvalue;
|
||||||
$$->u.booleanvalue = 0;
|
$$->u.booleanvalue = 1;
|
||||||
}
|
}
|
||||||
| kw_FALSE
|
| kw_FALSE
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user