mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
Avoid error with old Bison versions
`api.token.raw` is only defined starting with Bison 3.5 Since it's not essential, define it on the command-line iff the Bison version is sufficient.
This commit is contained in:
@@ -166,8 +166,6 @@ static inline void failAssertMsg(enum AssertionType type, char const *msg)
|
||||
|
||||
%}
|
||||
|
||||
%define api.token.raw true
|
||||
|
||||
%union
|
||||
{
|
||||
char tzSym[MAXSYMLEN + 1];
|
||||
|
||||
Reference in New Issue
Block a user