From: Stu Grossman Date: Tue, 15 Sep 1992 08:22:29 +0000 (+0000) Subject: Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4dba98fbb574365045bb9f8044aac9e5e01ae80e;p=binutils-gdb.git Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of varargs routines working... --- diff --git a/gdb/defs.h b/gdb/defs.h index a685675e03d..ce26e75d037 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -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) */