repo/extra/opendoas/patches/bison-3.8.patch

14 lines
272 B
Diff

diff --git a/parse.y b/parse.y
index 388c2a5..65fda3d 100644
--- a/parse.y
+++ b/parse.y
@@ -57,6 +57,8 @@ static size_t maxrules;
int parse_errors = 0;
+#define yyerror yyerror
+#define yylex yylex
static void yyerror(const char *, ...);
static int yylex(void);