mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
gnulib: update
* lib/yyerror.c: Include config.h since the following stdio.h might be from gnulib.
This commit is contained in:
2
gnulib
2
gnulib
Submodule gnulib updated: daf7f8c022...e657573866
6
lib/.gitignore
vendored
6
lib/.gitignore
vendored
@@ -272,3 +272,9 @@
|
|||||||
/binary-io.c
|
/binary-io.c
|
||||||
/mbuiter.c
|
/mbuiter.c
|
||||||
/xsize.c
|
/xsize.c
|
||||||
|
/bitrotate.c
|
||||||
|
/math.c
|
||||||
|
/sig-handler.c
|
||||||
|
/stdio.c
|
||||||
|
/unistd.c
|
||||||
|
/wctype-h.c
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int yyerror (char const *);
|
int yyerror (char const *);
|
||||||
|
|||||||
1
m4/.gitignore
vendored
1
m4/.gitignore
vendored
@@ -48,7 +48,6 @@
|
|||||||
/hash.m4
|
/hash.m4
|
||||||
/iconv.m4
|
/iconv.m4
|
||||||
/include_next.m4
|
/include_next.m4
|
||||||
/inline.m4
|
|
||||||
/intdiv0.m4
|
/intdiv0.m4
|
||||||
/intl.m4
|
/intl.m4
|
||||||
/intldir.m4
|
/intldir.m4
|
||||||
|
|||||||
Reference in New Issue
Block a user