mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of
varargs routines working...
This commit is contained in:
@ -195,7 +195,7 @@ extern void
|
||||
puts_filtered PARAMS ((char *));
|
||||
|
||||
extern void
|
||||
vfprintf_filtered PARAMS ((FILE *, char *, va_list));
|
||||
vfprintf_filtered ();
|
||||
|
||||
extern void
|
||||
fprintf_filtered ();
|
||||
@ -811,4 +811,6 @@ push_word ();
|
||||
#define MAINTENANCE_CMDS 1
|
||||
#endif
|
||||
|
||||
#include "energize.h"
|
||||
|
||||
#endif /* !defined (DEFS_H) */
|
||||
|
Reference in New Issue
Block a user