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] | |
Okay to commit?
2005-07-08 Ben Elliston <bje@au.ibm.com>
* callback.h: Remove ANSI_PROTOTYPES conditional code.
Index: callback.h
===================================================================
RCS file: /home/bje/src-cvs/src/include/gdb/callback.h,v
retrieving revision 1.8
diff -u -p -r1.8 callback.h
--- callback.h 28 Jan 2005 03:39:28 -0000 1.8
+++ callback.h 8 Jul 2005 08:07:33 -0000
@@ -50,11 +50,7 @@ Foundation, Inc., 59 Temple Place - Suit
#ifndef va_start
#include <ansidecl.h>
-#ifdef ANSI_PROTOTYPES
#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
#endif
/* Needed for enum bfd_endian. */
#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] |