Okay to commit? 2005-07-08 Ben Elliston * 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 -#ifdef ANSI_PROTOTYPES #include -#else -#include -#endif #endif /* Needed for enum bfd_endian. */ #include "bfd.h"