mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 09:58:33 +08:00
Rename cp_is_anonymous to cp_is_in_anonymous.
gdb/ChangeLog: * cp-support.h (cp_is_in_anonymous): Renamed from cp_is_anonymous. All callers updated. Rename arg "namespace" to "symbol_name".
This commit is contained in:
@ -179,7 +179,7 @@ extern struct type *cp_lookup_rtti_type (const char *name,
|
||||
|
||||
/* Functions/variables from cp-namespace.c. */
|
||||
|
||||
extern int cp_is_anonymous (const char *namespace);
|
||||
extern int cp_is_in_anonymous (const char *symbol_name);
|
||||
|
||||
extern void cp_add_using_directive (const char *dest,
|
||||
const char *src,
|
||||
|
Reference in New Issue
Block a user