sl: Fix OS X build (bison)

This commit is contained in:
Nicolas Williams
2026-01-07 00:40:43 -06:00
parent 7439820618
commit 02ce745c6e

View File

@@ -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