Fix Bison 3.3 warning
This commit is contained in:
parent
e489f5cabf
commit
f32fbf952d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
%glr-parser
|
%glr-parser
|
||||||
%pure-parser
|
%pure-parser
|
||||||
%locations
|
%locations
|
||||||
%error-verbose
|
%define parse.error verbose
|
||||||
%defines
|
%defines
|
||||||
/* %no-lines */
|
/* %no-lines */
|
||||||
%parse-param { void * scanner }
|
%parse-param { void * scanner }
|
||||||
|
|
Loading…
Reference in a new issue