hx509: Use %left for ! instead of %precedence
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
%token <string> STRING
|
||||
%token <string> IDENTIFIER
|
||||
|
||||
%precedence '!'
|
||||
%left '!'
|
||||
%left kw_AND
|
||||
%left kw_OR
|
||||
|
||||
|
Reference in New Issue
Block a user