mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
Fix some K&R isms.
This commit is contained in:
@@ -1076,9 +1076,8 @@ find_pc_partial_function (CORE_ADDR, char **, CORE_ADDR *, CORE_ADDR *);
|
||||
|
||||
extern void clear_pc_function_cache (void);
|
||||
|
||||
extern int
|
||||
find_pc_sect_partial_function (CORE_ADDR, asection *,
|
||||
char **, CORE_ADDR *, CORE_ADDR *);
|
||||
extern int find_pc_sect_partial_function (CORE_ADDR, asection *,
|
||||
char **, CORE_ADDR *, CORE_ADDR *);
|
||||
|
||||
/* from symtab.c: */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user