PATCH: ISOify include/callback.h
Ben Elliston
bje@au1.ibm.com
Fri Jul 8 08:18:00 GMT 2005
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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20050708/1615474a/attachment.sig>
More information about the Gdb-patches
mailing list