From 0e7e8d51a4cc7dd8b40e4a4032bab953fed4e204 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 24 Sep 2000 04:42:12 +0000 Subject: Protoization. --- gdb/mdebugread.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gdb/mdebugread.c') diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 8bc869e..c198405 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -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; -- cgit v1.1