Protoization.
This commit is contained in:
parent
959ee54136
commit
0e7e8d51a4
3 changed files with 14 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue