mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-07-28 03:10:32 +00:00
* src/system.h: Include sys/types.
Reported by Bert Deknuydt.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-10-22 Akim Demaille <[email protected]>
|
||||||
|
|
||||||
|
* src/system.h: Include sys/types.
|
||||||
|
Reported by Bert Deknuydt.
|
||||||
|
|
||||||
2002-10-23 Paul Eggert <[email protected]>
|
2002-10-23 Paul Eggert <[email protected]>
|
||||||
|
|
||||||
* configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
|
* configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ Andreas Schwab [email protected]
|
|||||||
Arnold Robbins [email protected]
|
Arnold Robbins [email protected]
|
||||||
Art Haas [email protected]
|
Art Haas [email protected]
|
||||||
Benoit Perrot [email protected]
|
Benoit Perrot [email protected]
|
||||||
|
Bert Deknuydt [email protected]
|
||||||
Bruce Lilly [email protected]
|
Bruce Lilly [email protected]
|
||||||
Charles-Henri de Boysson [email protected]
|
Charles-Henri de Boysson [email protected]
|
||||||
Cris Bailiff [email protected]
|
Cris Bailiff [email protected]
|
||||||
|
|||||||
@@ -43,6 +43,10 @@ char *alloca ();
|
|||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#if HAVE_SYS_TYPES_H
|
||||||
|
# include <sys/types.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if HAVE_STDLIB_H
|
#if HAVE_STDLIB_H
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user