1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-28 22:01:40 +03:00

b2/lang.y: '<' is rel_lt, not rel_le

This commit is contained in:
Werner Almesberger 2012-06-01 01:27:49 -03:00
parent d48a9030e0
commit d29e8a7aea

View File

@ -322,7 +322,7 @@ relop:
}
| '<'
{
$$ = rel_le;
$$ = rel_lt;
}
| '>'
{