* mips-tdep.c (mips_eabi_push_dummy_call): Revert the last
[deliverable/binutils-gdb.git] / gprof / gprof.h
index b0679ff61d109e83b875b2e31060750efb6f9454..aa873f309f002cc1e3bcd2a9fd981927bb0af206 100644 (file)
@@ -68,8 +68,6 @@
 #define _(String) gettext (String)
 #endif
 
-#include "bin-bugs.h"
-
 #define STYLE_FLAT_PROFILE     (1<<0)
 #define STYLE_CALL_GRAPH       (1<<1)
 #define STYLE_SUMMARY_FILE     (1<<2)
@@ -134,6 +132,6 @@ extern File_Format file_format;             /* requested file format */
 
 extern bfd_boolean first_output;       /* no output so far? */
 
-extern void done PARAMS ((int status)) ATTRIBUTE_NORETURN;
+extern void done (int status) ATTRIBUTE_NORETURN;
 
 #endif /* gprof_h */
This page took 0.025632 seconds and 4 git commands to generate.