projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a687f
)
Don't use prototypes for vfprintf_filtered(). Someday we'll get prototypes of
author
Stu Grossman
<grossman@cygnus>
Tue, 15 Sep 1992 08:22:29 +0000
(08:22 +0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 15 Sep 1992 08:22:29 +0000
(08:22 +0000)
varargs routines working...
gdb/defs.h
patch
|
blob
|
history
diff --git
a/gdb/defs.h
b/gdb/defs.h
index a685675e03dc267d0e697bed7d6bd5bb781e1bd5..ce26e75d0370fa7a7ca6e294e4f6a6113ec0d9c4 100644
(file)
--- 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) */