Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of
varargs routines working...
This commit is contained in:
parent
20a687fe2e
commit
4dba98fbb5
1 changed files with 3 additions and 1 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Reference in a new issue