1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/heirloom-doctools/fix-bison-parsing.patch
Mike Sullivan 17cb7a7bf1 community/heirloom-doctools: fix build break by updating bison parsing
and remove empty variables in APKBUILD and spaces
2019-05-09 14:38:39 +00:00

11 lines
182 B
Diff

--- a/eqn/yyval.sed
+++ b/eqn/yyval.sed
@@ -7,7 +7,7 @@
1,2 {
/Bison/ {
:look
- /second part of user declarations/ {
+ /^#ifdef YYTYPE_UINT8$/ {
i\
YYSTYPE yyval;
:repl