merge from gcc
This commit is contained in:
parent
010abebbb1
commit
53239e4104
@ -1,3 +1,8 @@
|
|||||||
|
2004-04-13 Ian Lance Taylor <ian@wasabisystems.com>
|
||||||
|
|
||||||
|
* strerror.c: Include config.h, and redefine sys_nerr and
|
||||||
|
sys_errlist, before including ansidecl.h and libiberty.h.
|
||||||
|
|
||||||
2004-04-13 Jeff Law <law@redhat.com>
|
2004-04-13 Jeff Law <law@redhat.com>
|
||||||
|
|
||||||
* hashtab.c (htab_remove_elt_with_hash): New function.
|
* hashtab.c (htab_remove_elt_with_hash): New function.
|
||||||
|
@ -2,9 +2,6 @@
|
|||||||
Written by Fred Fish. fnf@cygnus.com
|
Written by Fred Fish. fnf@cygnus.com
|
||||||
This file is in the public domain. --Per Bothner. */
|
This file is in the public domain. --Per Bothner. */
|
||||||
|
|
||||||
#include "ansidecl.h"
|
|
||||||
#include "libiberty.h"
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef HAVE_SYS_ERRLIST
|
#ifdef HAVE_SYS_ERRLIST
|
||||||
@ -17,6 +14,9 @@
|
|||||||
#define sys_errlist sys_errlist__
|
#define sys_errlist sys_errlist__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "ansidecl.h"
|
||||||
|
#include "libiberty.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user