aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/callback.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-07-10 23:26:04 +0000
committerBen Elliston <bje@au.ibm.com>2005-07-10 23:26:04 +0000
commit043e313afd8f27cb74439b390e419b6261264c0a (patch)
tree9a1d6e0a4add8c77de69668ff487c83951c4aa0e /include/gdb/callback.h
parent10a844a2903c187b4e6f6069d21eaaa55a3fcc41 (diff)
downloadgdb-043e313afd8f27cb74439b390e419b6261264c0a.zip
gdb-043e313afd8f27cb74439b390e419b6261264c0a.tar.gz
gdb-043e313afd8f27cb74439b390e419b6261264c0a.tar.bz2
* callback.h: Remove ANSI_PROTOTYPES conditional code.
Diffstat (limited to 'include/gdb/callback.h')
-rw-r--r--include/gdb/callback.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gdb/callback.h b/include/gdb/callback.h
index 6c75a19..b7ed3cd 100644
--- a/include/gdb/callback.h
+++ b/include/gdb/callback.h
@@ -50,11 +50,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#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"