* callback.h: Remove ANSI_PROTOTYPES conditional code.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user