mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-15 13:49:30 +08:00
objc-lang.c (find_methods): Make static.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user