diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-12 07:58:42 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-12 08:21:20 -0300 |
commit | 9c8052ec4d6811a24ad0ee5d80f468de5fae4dc3 (patch) | |
tree | b46b38a69c7d642695cbad33efd2624a8e987cc2 /community/heirloom-doctools/fix-bison-parsing.patch | |
parent | 5d67f72060818f35b3f8b817b57d1596f9593f6c (diff) | |
download | aports-9c8052ec4d6811a24ad0ee5d80f468de5fae4dc3.tar.bz2 aports-9c8052ec4d6811a24ad0ee5d80f468de5fae4dc3.tar.xz |
community/heirloom-doctools: upgrade to 191015
Diffstat (limited to 'community/heirloom-doctools/fix-bison-parsing.patch')
-rw-r--r-- | community/heirloom-doctools/fix-bison-parsing.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/heirloom-doctools/fix-bison-parsing.patch b/community/heirloom-doctools/fix-bison-parsing.patch deleted file mode 100644 index 40d440256a..0000000000 --- a/community/heirloom-doctools/fix-bison-parsing.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |