This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: ISOify sim/erc32


Committed as obvious:

2005-07-08  Ben Elliston  <bje@au.ibm.com>

        * func.c: Remove ANSI_PROTOTYPES conditional code.

Index: func.c
===================================================================
RCS file: /cvs/src/src/sim/erc32/func.c,v
retrieving revision 1.3
diff -u -p -r1.3 func.c
--- func.c      7 Mar 2005 11:09:05 -0000       1.3
+++ func.c      8 Jul 2005 08:02:42 -0000
@@ -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"

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]