Protoization.

This commit is contained in:
Kevin Buettner 2000-09-24 04:42:12 +00:00
parent 959ee54136
commit 0e7e8d51a4
3 changed files with 14 additions and 8 deletions

View file

@ -3182,9 +3182,10 @@ handle_psymbol_enumerators (struct objfile *objfile, FDR *fh, int stype,
}
}
/* Get the next symbol. OBJFILE is unused. */
static char *
mdebug_next_symbol_text (objfile)
struct objfile *objfile; /* argument objfile is currently unused */
mdebug_next_symbol_text (struct objfile *objfile)
{
SYMR sh;