summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-10-15 20:01:48 +0300
committerrobot-piglet <[email protected]>2024-10-15 20:14:43 +0300
commitfebc5cdb4070ff4e1cde3c26e6cf9f8785401b00 (patch)
tree1c635697feaf878c3ee7819648d5d8fb6a37c3fc
parentbd5483a72244773dcf2a54704e89540322816908 (diff)
Intermediate changes
commit_hash:fef742ad568d08fe1ef9b251d57df5255a44074f
-rw-r--r--contrib/tools/bison/patches/darwin-extern-environ.patch4
-rw-r--r--contrib/tools/bison/patches/disable-includes.patch4
-rw-r--r--contrib/tools/bison/patches/missing-include.patch4
3 files changed, 6 insertions, 6 deletions
diff --git a/contrib/tools/bison/patches/darwin-extern-environ.patch b/contrib/tools/bison/patches/darwin-extern-environ.patch
index 01f3832ae3e..b8bc924df9b 100644
--- a/contrib/tools/bison/patches/darwin-extern-environ.patch
+++ b/contrib/tools/bison/patches/darwin-extern-environ.patch
@@ -1,5 +1,5 @@
---- contrib/tools/bison/lib/spawn-pipe.c (index)
-+++ contrib/tools/bison/lib/spawn-pipe.c (working tree)
+--- a/lib/spawn-pipe.c (index)
++++ b/lib/spawn-pipe.c (working tree)
@@ -53,7 +53,10 @@
# include <spawn.h>
diff --git a/contrib/tools/bison/patches/disable-includes.patch b/contrib/tools/bison/patches/disable-includes.patch
index 6be16cb54e9..3650e4adcae 100644
--- a/contrib/tools/bison/patches/disable-includes.patch
+++ b/contrib/tools/bison/patches/disable-includes.patch
@@ -1,5 +1,5 @@
---- contrib/tools/bison/lib/obstack.c (index)
-+++ contrib/tools/bison/lib/obstack.c (working tree)
+--- a/lib/obstack.c (index)
++++ b/lib/obstack.c (working tree)
@@ -51,10 +51,6 @@
/* If GCC, or if an oddball (testing?) host that #defines __alignof__,
use the already-supplied __alignof__. Otherwise, this must be Gnulib
diff --git a/contrib/tools/bison/patches/missing-include.patch b/contrib/tools/bison/patches/missing-include.patch
index 789c41142f6..b43cc07c19d 100644
--- a/contrib/tools/bison/patches/missing-include.patch
+++ b/contrib/tools/bison/patches/missing-include.patch
@@ -1,5 +1,5 @@
---- contrib/tools/bison/lib/hard-locale.c (index)
-+++ contrib/tools/bison/lib/hard-locale.c (working tree)
+--- a/lib/hard-locale.c (index)
++++ b/lib/hard-locale.c (working tree)
@@ -19,6 +19,7 @@
#include <config.h>