aboutsummaryrefslogtreecommitdiff
path: root/gdb/stabsread.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-07-11 13:50:50 +0000
committerAndrew Cagney <cagney@redhat.com>2002-07-11 13:50:50 +0000
commit5ae5f592883d573d830841e3ee19d8ee37c3e9d8 (patch)
tree561059d96b9e16c476a18f2b42a47188e7f1363f /gdb/stabsread.h
parent239e1f3afa2f6bc24acde3b81481f933b40a3531 (diff)
downloadgdb-5ae5f592883d573d830841e3ee19d8ee37c3e9d8.zip
gdb-5ae5f592883d573d830841e3ee19d8ee37c3e9d8.tar.gz
gdb-5ae5f592883d573d830841e3ee19d8ee37c3e9d8.tar.bz2
Fix some K&R isms.
Diffstat (limited to 'gdb/stabsread.h')
-rw-r--r--gdb/stabsread.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index 59504da..485ebf4 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,