* callback.h: Remove ANSI_PROTOTYPES conditional code.
authorBen Elliston <bje@au.ibm.com>
Sun, 10 Jul 2005 23:26:04 +0000 (23:26 +0000)
committerBen Elliston <bje@au.ibm.com>
Sun, 10 Jul 2005 23:26:04 +0000 (23:26 +0000)
include/gdb/ChangeLog
include/gdb/callback.h

index 42e1bfac4b81044377f0823b2dace2bc5bb195a7..2693f6407a0362180d4228af928d3a124f431293 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-08  Ben Elliston  <bje@au.ibm.com>
+
+       * callback.h: Remove ANSI_PROTOTYPES conditional code.
+
 2005-01-28  Hans-Peter Nilsson  <hp@axis.com>
 
        * callback.h (struct host_callback_struct): New members pipe,
index 6c75a193d068513cdce91da3c23b6c7ea7027b90..b7ed3cdfa2a0f14b93afca83ea78807c4b74fff8 100644 (file)
@@ -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"
This page took 0.028125 seconds and 4 git commands to generate.