forked from Imagelibrary/binutils-gdb
objc-lang.c (find_methods): Make static.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user