* configure.in (CHECK_DECLS): Add snprintf and vsnprintf.

* configure: Regenerate.
	* objdump.c (fprintf): Remove declaration.
	* bucomm.h (fprintf): Declare if not already declared.
	(snprintf): Likewise.
	(vsnprintf): Likewise.
This commit is contained in:
Eric Botcazou
2006-02-09 11:49:53 +00:00
parent 0f699bbe04
commit db50c8404c
5 changed files with 163 additions and 6 deletions

View File

@@ -66,11 +66,6 @@
#define BYTES_IN_WORD 32
#include "aout/aout64.h"
#if !HAVE_DECL_FPRINTF
/* This is needed by init_disassemble_info(). */
extern int fprintf (FILE *, const char *, ...);
#endif
/* Exit status. */
static int exit_status = 0;