diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-13 11:00:07 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-13 11:00:07 +0000 |
commit | 8af9da984379ae26d5ee17f47a6b12763a780851 (patch) | |
tree | 1f54802b0b929dcbb5c83d8c2b3761d6a17d4687 /parse.y | |
parent | 611dffe81628683ebd2b48ae6f02f9bff6081ee9 (diff) |
fix the build with some yacc implementations
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -114,6 +114,8 @@ typedef struct { int lineno; } YYSTYPE; +#define YYSTYPE YYSTYPE + %} /* for bison: */ |