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/func.c | |
parent | f6ac7612393b1135113df3295dd277209cd2eb85 (diff) | |
download | fsf-binutils-gdb-4eeb4f8dbf7cb33b7a8b15b7d67661ba80a2a157.zip fsf-binutils-gdb-4eeb4f8dbf7cb33b7a8b15b7d67661ba80a2a157.tar.gz fsf-binutils-gdb-4eeb4f8dbf7cb33b7a8b15b7d67661ba80a2a157.tar.bz2 |
* func.c: Remove ANSI_PROTOTYPES conditional code.
Diffstat (limited to 'sim/erc32/func.c')
-rw-r--r-- | sim/erc32/func.c | 4 |
1 files changed, 0 insertions, 4 deletions
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" |