diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-09-24 04:42:12 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-09-24 04:42:12 +0000 |
commit | a8dac252f52c1a8dfd9ac55d8b8220fb0977fe1f (patch) | |
tree | 570612b2ef01c999dc97060d35508a9d26cfb4b2 /gdb/mdebugread.c | |
parent | 942657d009227f3cfa92ee1fa282c92c7a4fa89c (diff) | |
download | gdb-a8dac252f52c1a8dfd9ac55d8b8220fb0977fe1f.tar.gz |
Protoization.
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 8bc869e9c8d..c1984054e0d 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; |