]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 94bb5428b69d2dedd5abe081ce6eb8724c8b803c..7bf7bc2053f59673762920bdec6b4cb5139f115f 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 878d4b295ad3e26d811fc8a8d114206e5212ea30..bf898bba6cc93f5eebac6db60138a0cbfc4d8c3c 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"