* func.c: Remove ANSI_PROTOTYPES conditional code.
This commit is contained in:
parent
f6ac761239
commit
4eeb4f8dbf
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-07-08 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* func.c: Remove ANSI_PROTOTYPES conditional code.
|
||||
|
||||
2005-03-23 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
|
|
@ -1002,11 +1002,7 @@ sys_halt()
|
|||
|
||||
#include "ansidecl.h"
|
||||
|
||||
#ifdef ANSI_PROTOTYPES
|
||||
#include <stdarg.h>
|
||||
#else
|
||||
#include <varargs.h>
|
||||
#endif
|
||||
|
||||
#include "libiberty.h"
|
||||
#include "bfd.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue