Fix up warning on SunOS

This commit is contained in:
Michael Meissner 1996-01-27 20:44:54 +00:00
parent 4708ac6573
commit eb684d4827
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifdef NEED_DECLARATION_FPRINTF
/* This is needed by INIT_DISASSEMBLE_INFO. */
extern int fprintf ();
extern int fprintf PARAMS ((FILE *, const char *));
#endif
char *default_target = NULL; /* default at runtime */