sl: Fix OS X build (bison)
This commit is contained in:
@@ -78,6 +78,9 @@
|
||||
%token <string> STRING
|
||||
%token <string> IDENTIFIER
|
||||
|
||||
%destructor { _hx509_expr_free($$); } expr comp word words number string function variable variables
|
||||
%destructor { free($$); } NUMBER STRING IDENTIFIER
|
||||
|
||||
%left '!'
|
||||
%left kw_AND
|
||||
%left kw_OR
|
||||
|
||||
Reference in New Issue
Block a user