mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* gdbtypes.c (init_type): Make 'name' const.
* gdbtypes.h (init_type): Update.
This commit is contained in:
@@ -1957,7 +1957,7 @@ allocate_gnat_aux_type (struct type *type)
|
||||
|
||||
struct type *
|
||||
init_type (enum type_code code, int length, int flags,
|
||||
char *name, struct objfile *objfile)
|
||||
const char *name, struct objfile *objfile)
|
||||
{
|
||||
struct type *type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user