Fix a couple new bison warnings

This commit is contained in:
Josh Holtrop 2021-05-21 15:13:54 -04:00
parent 3b90da8095
commit 49660f6835

View File

@ -29,9 +29,9 @@ refptr<Scope> parser_scope;
%} %}
%pure-parser %define api.pure
%locations %locations
%error-verbose %define parse.error verbose
%token PLUS; %token PLUS;
%token MINUS; %token MINUS;