]> git.saurik.com Git - bison.git/commitdiff
gnulib: update
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 30 Nov 2012 11:17:10 +0000 (12:17 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 30 Nov 2012 11:37:34 +0000 (12:37 +0100)
* lib/yyerror.c: Include config.h since the following stdio.h might be
from gnulib.

gnulib
lib/.gitignore
lib/yyerror.c
m4/.gitignore

diff --git a/gnulib b/gnulib
index daf7f8c02242c535d596231e2f655109b97fa2bc..e657573866e8aded3b3b1461c346cf9ad02a5148 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit daf7f8c02242c535d596231e2f655109b97fa2bc
+Subproject commit e657573866e8aded3b3b1461c346cf9ad02a5148
index a5595ab9506f0d2076acfd97b22e528170ff978e..15354476e5f604ff5861116b24c9143ba3bf718c 100644 (file)
 /binary-io.c
 /mbuiter.c
 /xsize.c
 /binary-io.c
 /mbuiter.c
 /xsize.c
+/bitrotate.c
+/math.c
+/sig-handler.c
+/stdio.c
+/unistd.c
+/wctype-h.c
index c9f492f8433ac5d30fca1f3617ba6bbbb0cc0ad2..332e91e2c8b739e751c24d32208ade80d5c3ca21 100644 (file)
@@ -17,6 +17,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#include <config.h>
+
 #include <stdio.h>
 
 int yyerror (char const *);
 #include <stdio.h>
 
 int yyerror (char const *);
index e85072b329eb4cad53d94426f45ee97932d4c73b..7d1124906728546d8b7446d71fe723cc9242e0d4 100644 (file)
@@ -48,7 +48,6 @@
 /hash.m4
 /iconv.m4
 /include_next.m4
 /hash.m4
 /iconv.m4
 /include_next.m4
-/inline.m4
 /intdiv0.m4
 /intl.m4
 /intldir.m4
 /intdiv0.m4
 /intl.m4
 /intldir.m4