mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Added '=' to operator list
This commit is contained in:
parent
b700582445
commit
1aa5cf1c61
@ -36,6 +36,7 @@ CF_DECLS
|
||||
|
||||
%type <i> expr bool pxlen
|
||||
|
||||
%left '='
|
||||
%left '+' '-'
|
||||
%left '*' '/' '%'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user