iglunix/base/byacc/reader-mesa.patch

12 lines
230 B
Diff
Raw Permalink Normal View History

2021-01-27 22:24:11 +00:00
--- 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: