1
0
mirror of synced 2026-04-05 21:33:24 +00:00

Update for newer bison.

This commit is contained in:
Eric Smith
2022-04-28 20:35:16 -06:00
parent 357172fc8e
commit de94914387

View File

@@ -33,7 +33,7 @@
extern int yylex (void);
%}
%error-verbose
%define parse.error verbose
%union {
int integer;