mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-04 05:19:55 +08:00
* xmalloc.c: Include config.h for HAVE_SBRK definition.
From-SVN: r34003
This commit is contained in:
parent
716081958c
commit
650f30687e
@ -1,3 +1,7 @@
|
|||||||
|
2000-05-18 J. David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||||
|
|
||||||
|
* xmalloc.c: Include config.h for HAVE_SBRK definition.
|
||||||
|
|
||||||
2000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
|
2000-05-16 Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
|
||||||
|
|
||||||
* hashtab.c (hash_pointer): Delete low-order bits which are
|
* hashtab.c (hash_pointer): Delete low-order bits which are
|
||||||
|
@ -17,6 +17,9 @@ License along with libiberty; see the file COPYING.LIB. If
|
|||||||
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
Boston, MA 02111-1307, USA. */
|
Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
#include "ansidecl.h"
|
#include "ansidecl.h"
|
||||||
#include "libiberty.h"
|
#include "libiberty.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user