diff options
author | Dawn Perchik <dawn@cygnus> | 1997-09-22 22:52:23 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@cygnus> | 1997-09-22 22:52:23 +0000 |
commit | 166d7e5549bbc71127a6d1521f9725fd5d56e239 (patch) | |
tree | b182e0f4358c1ca4a878a54402020e05bfa17ce1 /gdb/dbxread.c | |
parent | 57cdbf7e00073c2c8a471e3ac8e64d2473b9a046 (diff) | |
download | gdb-166d7e5549bbc71127a6d1521f9725fd5d56e239.zip gdb-166d7e5549bbc71127a6d1521f9725fd5d56e239.tar.gz gdb-166d7e5549bbc71127a6d1521f9725fd5d56e239.tar.bz2 |
* stabsread.h, symtab.h, dbxread.c, symtab.c, stabsread.c:
Fix prototypes. Remove function scoped function declarations.
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 2f57096..ad2fe08 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -2378,13 +2378,10 @@ process_one_symbol (type, desc, valu, name, section_offsets, objfile) ahead and add it. Otherwise, just return sym. */ char *s; int refnum; - extern int symbol_reference_defined PARAMS ((char **)); - extern void ref_add PARAMS ((int, struct symbol *, char *, CORE_ADDR)); - extern struct symbol * ref_search PARAMS ((int)); - /* If defined, store away a pointer to the symbol; we'll use it later when we resolve references in "resolve_symbol_reference". */ + s = name; if (refnum = symbol_reference_defined (&s), refnum) if (!ref_search (refnum)) |