mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Remove declaration for compatibility with macOS bison 2.3
We've required bision 3.0 since October 2022
This commit is contained in:
@@ -49,10 +49,6 @@ char const *__asan_default_options() {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Old Bison versions (confirmed for 2.3) do not forward-declare `yyparse` in the generated header
|
|
||||||
// Unfortunately, macOS still ships 2.3, which is from 2008...
|
|
||||||
int yyparse();
|
|
||||||
|
|
||||||
FILE *dependfile = nullptr;
|
FILE *dependfile = nullptr;
|
||||||
bool generatedMissingIncludes = false;
|
bool generatedMissingIncludes = false;
|
||||||
bool failedOnMissingInclude = false;
|
bool failedOnMissingInclude = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user