byacc patch for building mesa

This commit is contained in:
Ella-0 2021-01-27 22:24:11 +00:00
parent 71e71c1978
commit 27cb7ab164
4 changed files with 124 additions and 4 deletions

View file

@ -0,0 +1,11 @@
--- a/reader.c
+++ b/reader.c
@@ -902,7 +902,7 @@
if (!lflag)
fprintf(text_file, line_format, lineno, input_file_name);
- puts_both("typedef union");
+ puts_both("typedef union YYSTYPE");
depth = 0;
loop: