objc-lang.c (find_methods): Make static.
This commit is contained in:
parent
6f17862b81
commit
2f9a90b40e
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2003-02-20 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* win32-nat.c (get_image_name): Check return value from
|
* win32-nat.c (get_image_name): Check return value from
|
||||||
|
|
|
@ -1273,7 +1273,7 @@ parse_method (char *method, char *type, char **class,
|
||||||
return s2;
|
return s2;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
find_methods (struct symtab *symtab, char type,
|
find_methods (struct symtab *symtab, char type,
|
||||||
const char *class, const char *category,
|
const char *class, const char *category,
|
||||||
const char *selector, struct symbol **syms,
|
const char *selector, struct symbol **syms,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue