* func.c: Remove ANSI_PROTOTYPES conditional code.
authorBen Elliston <bje@au.ibm.com>
Fri, 8 Jul 2005 08:04:54 +0000 (08:04 +0000)
committerBen Elliston <bje@au.ibm.com>
Fri, 8 Jul 2005 08:04:54 +0000 (08:04 +0000)
sim/erc32/ChangeLog
sim/erc32/func.c

index 94bb542..7bf7bc2 100644 (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.
index 878d4b2..bf898bb 100644 (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"