diff options
Diffstat (limited to 'tools/bison/patches')
-rw-r--r-- | tools/bison/patches/010-intl-stub-compat.patch | 13 | ||||
-rw-r--r-- | tools/bison/patches/100-fix-gets-removal.patch | 2 |
2 files changed, 1 insertions, 14 deletions
diff --git a/tools/bison/patches/010-intl-stub-compat.patch b/tools/bison/patches/010-intl-stub-compat.patch deleted file mode 100644 index 8108c53c61..0000000000 --- a/tools/bison/patches/010-intl-stub-compat.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/src/main.c -+++ b/src/main.c -@@ -66,8 +66,8 @@ main (int argc, char *argv[]) - { - char *cp = NULL; - char const *localedir = relocate2 (LOCALEDIR, &cp); -- (void) bindtextdomain (PACKAGE, localedir); -- (void) bindtextdomain ("bison-runtime", localedir); -+ bindtextdomain (PACKAGE, localedir); -+ bindtextdomain ("bison-runtime", localedir); - free (cp); - } - (void) textdomain (PACKAGE); diff --git a/tools/bison/patches/100-fix-gets-removal.patch b/tools/bison/patches/100-fix-gets-removal.patch index 6f4abe58c7..8650b8226f 100644 --- a/tools/bison/patches/100-fix-gets-removal.patch +++ b/tools/bison/patches/100-fix-gets-removal.patch @@ -1,6 +1,6 @@ --- a/lib/stdio.in.h +++ b/lib/stdio.in.h -@@ -739,14 +739,6 @@ _GL_WARN_ON_USE (getline, "getline is un +@@ -746,14 +746,6 @@ _GL_WARN_ON_USE (getline, "getline is un # endif #endif |