Fix Bison 3.3 warning

This commit is contained in:
Eelco Dolstra 2019-03-27 21:09:31 +01:00
parent e489f5cabf
commit f32fbf952d

View file

@ -1,7 +1,7 @@
%glr-parser
%pure-parser
%locations
%error-verbose
%define parse.error verbose
%defines
/* %no-lines */
%parse-param { void * scanner }