2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
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);