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
|
%locations
|
||||||
%error-verbose
|
%define parse.error verbose
|
||||||
|
|
||||||
%token PLUS;
|
%token PLUS;
|
||||||
%token MINUS;
|
%token MINUS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user