fix the build with some yacc implementations

This commit is contained in:
Omar Polo 2023-06-13 11:00:07 +00:00
parent 611dffe816
commit 8af9da9843
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ typedef struct {
int lineno;
} YYSTYPE;
#define YYSTYPE YYSTYPE
%}
/* for bison: */