* callback.h: Remove ANSI_PROTOTYPES conditional code.
This commit is contained in:
parent
10a844a290
commit
043e313afd
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-07-08 Ben Elliston <bje@au.ibm.com>
|
||||||
|
|
||||||
|
* callback.h: Remove ANSI_PROTOTYPES conditional code.
|
||||||
|
|
||||||
2005-01-28 Hans-Peter Nilsson <hp@axis.com>
|
2005-01-28 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
* callback.h (struct host_callback_struct): New members pipe,
|
* callback.h (struct host_callback_struct): New members pipe,
|
||||||
|
|
|
@ -50,11 +50,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#ifndef va_start
|
#ifndef va_start
|
||||||
#include <ansidecl.h>
|
#include <ansidecl.h>
|
||||||
#ifdef ANSI_PROTOTYPES
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#else
|
|
||||||
#include <varargs.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
/* Needed for enum bfd_endian. */
|
/* Needed for enum bfd_endian. */
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
|
|
Loading…
Reference in a new issue