gnulib: update

* lib/yyerror.c: Include config.h since the following stdio.h might be
from gnulib.
This commit is contained in:
Akim Demaille
2012-11-30 12:17:10 +01:00
parent 3804aa260b
commit 8aef6e0db5
4 changed files with 9 additions and 2 deletions

2
gnulib

Submodule gnulib updated: daf7f8c022...e657573866

6
lib/.gitignore vendored
View File

@@ -272,3 +272,9 @@
/binary-io.c
/mbuiter.c
/xsize.c
/bitrotate.c
/math.c
/sig-handler.c
/stdio.c
/unistd.c
/wctype-h.c

View 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/>. */
#include <config.h>
#include <stdio.h>
int yyerror (char const *);

1
m4/.gitignore vendored
View File

@@ -48,7 +48,6 @@
/hash.m4
/iconv.m4
/include_next.m4
/inline.m4
/intdiv0.m4
/intl.m4
/intldir.m4