Browse Source

* func.c: Remove ANSI_PROTOTYPES conditional code.

gdb-csl-arm-20051020-branch
Ben Elliston 21 years ago
parent
commit
4eeb4f8dbf
  1. 4
      sim/erc32/ChangeLog
  2. 4
      sim/erc32/func.c

4
sim/erc32/ChangeLog

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

4
sim/erc32/func.c

@ -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…
Cancel
Save