diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-11-02 03:18:49 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-11-02 03:18:49 +0000 |
commit | 3ed9691ff40f95cbb9913f07705a5d4ce10949c6 (patch) | |
tree | 272c785daf087463bd27fa54ef5019b6aadb4518 /gdb/symtab.c | |
parent | 0ab7df8a89f8e8e297d068d2dd97fd4cd245cc1a (diff) | |
download | gdb-3ed9691ff40f95cbb9913f07705a5d4ce10949c6.zip gdb-3ed9691ff40f95cbb9913f07705a5d4ce10949c6.tar.gz gdb-3ed9691ff40f95cbb9913f07705a5d4ce10949c6.tar.bz2 |
Protoization.
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 11aa9c5..8de14b7 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -3535,7 +3535,6 @@ make_cleanup_free_search_symbols (struct symbol_search *symbols) void search_symbols (char *regexp, namespace_enum kind, int nfiles, char *files[], struct symbol_search **matches) - { register struct symtab *s; register struct partial_symtab *ps; |