vim: Update from 8.0.1650 to 8.0.1700
[termux-packages] / packages / bash / y.tab.c.patch
CommitLineData
59f0d218
FF
1Fix breakage on android-21 due "conflicting type for '__errno'"
2
3diff -u -r ../bash-4.3/y.tab.c ./y.tab.c
4--- ../bash-4.3/y.tab.c 2014-02-11 10:57:47.000000000 -0500
5+++ ./y.tab.c 2014-12-16 05:39:58.047338124 -0500
6@@ -280,7 +280,6 @@
7 extern int bash_input_fd_changed;
8 #endif
9
10-extern int errno;
11 /* **************************************************************** */
12 /* */
13 /* "Forward" declarations */