Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2005-07-11 03:26:04 +0400
committerBen Elliston <bje@gnu.org>2005-07-11 03:26:04 +0400
commite18a40d8cba1a8616b48aa03e0f0ca90c408332e (patch)
tree65a5158766ee773e16817d4cd5a94c9223c7de0b /include/gdb/callback.h
parent12d53ce6a001f9eafb81388987b2125268538234 (diff)
* 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 6c75a193d..b7ed3cdfa 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"