From 9f096c6421ed03bc720c090d6eecc9f7de8fe3b0 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 11 Jul 2002 13:50:50 +0000 Subject: Fix some K&R isms. --- gdb/stabsread.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'gdb/stabsread.h') diff --git a/gdb/stabsread.h b/gdb/stabsread.h index 59504da552b..485ebf4875f 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -182,15 +182,14 @@ extern struct partial_symtab *end_psymtab (struct partial_symtab *pst, int number_dependencies, int textlow_not_set); -extern void -process_one_symbol (int, int, CORE_ADDR, char *, - struct section_offsets *, struct objfile *); - -extern void elfstab_build_psymtabs - (struct objfile *objfile, - int mainline, - file_ptr staboff, unsigned int stabsize, - file_ptr stabstroffset, unsigned int stabstrsize); +extern void process_one_symbol (int, int, CORE_ADDR, char *, + struct section_offsets *, struct objfile *); + +extern void elfstab_build_psymtabs (struct objfile *objfile, + int mainline, + file_ptr staboff, unsigned int stabsize, + file_ptr stabstroffset, + unsigned int stabstrsize); extern void coffstab_build_psymtabs (struct objfile *objfile, -- cgit v1.2.1