diff options
author | Jim Blandy <jimb@codesourcery.com> | 2000-03-14 19:58:02 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2000-03-14 19:58:02 +0000 |
commit | 10982c59dece7d7ffb473afb2882d121a972f03a (patch) | |
tree | 1ea5ee48147a9ff715a46642405cc940436a6c66 /gdb/symtab.h | |
parent | * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite. (diff) | |
download | binutils-gdb-10982c59dece7d7ffb473afb2882d121a972f03a.tar.gz binutils-gdb-10982c59dece7d7ffb473afb2882d121a972f03a.tar.bz2 binutils-gdb-10982c59dece7d7ffb473afb2882d121a972f03a.zip |
Formatting fix.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index efa18383912..5e3267a6146 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1254,11 +1254,9 @@ extern CORE_ADDR find_stab_function_addr PARAMS ((char *, struct objfile *)); #endif -extern unsigned int -msymbol_hash_iw PARAMS ((const char *)); +extern unsigned int msymbol_hash_iw PARAMS ((const char *)); -extern unsigned int -msymbol_hash PARAMS ((const char *)); +extern unsigned int msymbol_hash PARAMS ((const char *)); extern void add_minsym_to_hash_table (struct minimal_symbol *sym, |