0
0
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:
Pavel Machek 1999-03-09 14:44:43 +00:00
parent b700582445
commit 1aa5cf1c61

View File

@ -36,6 +36,7 @@ CF_DECLS
%type <i> expr bool pxlen %type <i> expr bool pxlen
%left '='
%left '+' '-' %left '+' '-'
%left '*' '/' '%' %left '*' '/' '%'