objc-lang.c (find_methods): Make static.

This commit is contained in:
Adam Fedor 2003-02-21 02:43:01 +00:00
parent 6f17862b81
commit 2f9a90b40e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-02-20 Adam Fedor <fedor@gnu.org>
* objc-lang.c (find_methods): Make static.
2003-02-20 Christopher Faylor <cgf@redhat.com>
* win32-nat.c (get_image_name): Check return value from

View File

@ -1273,7 +1273,7 @@ parse_method (char *method, char *type, char **class,
return s2;
}
void
static void
find_methods (struct symtab *symtab, char type,
const char *class, const char *category,
const char *selector, struct symbol **syms,