Added '=' to operator list
This commit is contained in:
parent
b700582445
commit
1aa5cf1c61
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ CF_DECLS
|
||||||
|
|
||||||
%type <i> expr bool pxlen
|
%type <i> expr bool pxlen
|
||||||
|
|
||||||
|
%left '='
|
||||||
%left '+' '-'
|
%left '+' '-'
|
||||||
%left '*' '/' '%'
|
%left '*' '/' '%'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue