diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-07-08 08:04:54 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-07-08 08:04:54 +0000 |
commit | 4eeb4f8dbf7cb33b7a8b15b7d67661ba80a2a157 (patch) | |
tree | 9116c38e842f164b7f628ac381122a32a78fba0d /sim/erc32 | |
parent | f6ac7612393b1135113df3295dd277209cd2eb85 (diff) | |
download | gdb-4eeb4f8dbf7cb33b7a8b15b7d67661ba80a2a157.zip gdb-4eeb4f8dbf7cb33b7a8b15b7d67661ba80a2a157.tar.gz gdb-4eeb4f8dbf7cb33b7a8b15b7d67661ba80a2a157.tar.bz2 |
* func.c: Remove ANSI_PROTOTYPES conditional code.
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 4 | ||||
-rw-r--r-- | sim/erc32/func.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 94bb542..7bf7bc2 100644 --- a/sim/erc32/ChangeLog +++ b/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. diff --git a/sim/erc32/func.c b/sim/erc32/func.c index 878d4b2..bf898bb 100644 --- a/sim/erc32/func.c +++ b/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" |