Fix a couple new bison warnings
This commit is contained in:
parent
3b90da8095
commit
49660f6835
@ -29,9 +29,9 @@ refptr<Scope> parser_scope;
|
||||
|
||||
%}
|
||||
|
||||
%pure-parser
|
||||
%define api.pure
|
||||
%locations
|
||||
%error-verbose
|
||||
%define parse.error verbose
|
||||
|
||||
%token PLUS;
|
||||
%token MINUS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user