* PATCH: ISOify include/callback.h
@ 2005-07-08 8:18 Ben Elliston
2005-07-10 18:52 ` Mark Kettenis
0 siblings, 1 reply; 2+ messages in thread
From: Ben Elliston @ 2005-07-08 8:18 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-10 18:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-08 8:18 PATCH: ISOify include/callback.h Ben Elliston
2005-07-10 18:52 ` Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox