s/struct _serial_t/struct serial/
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index cb4a298377c5136419fce37c8fade122e55e6baa..aab357e005e5779f1906275b3566944baa52359e 100644 (file)
@@ -79,8 +79,6 @@ typedef struct mips_extra_func_info
 #include "gdb_stat.h"
 #include "gdb_string.h"
 
-#include "gdb-stabs.h"
-
 #include "bfd.h"
 
 #include "coff/ecoff.h"                /* COFF-like aspects of ecoff files */
@@ -380,7 +378,7 @@ static PTR xzalloc (unsigned int);
 
 static void sort_blocks (struct symtab *);
 
-static int compare_blocks (const void *, const void *);
+static int compare_blocks (const PTR, const PTR);
 
 static struct partial_symtab *new_psymtab (char *, struct objfile *);
 
This page took 0.023179 seconds and 4 git commands to generate.