Remove declaration for compatibility with macOS bison 2.3

We've required bision 3.0 since October 2022
This commit is contained in:
Rangi42
2024-03-06 17:58:15 -05:00
parent 94b724ae5f
commit 8c173b4e95

View File

@@ -49,10 +49,6 @@ char const *__asan_default_options() {
}
#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;
bool generatedMissingIncludes = false;
bool failedOnMissingInclude = false;