* func.c: Remove ANSI_PROTOTYPES conditional code.

This commit is contained in:
Ben Elliston 2005-07-08 08:04:54 +00:00
parent f6ac761239
commit 4eeb4f8dbf
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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"