forked from Imagelibrary/binutils-gdb
* ada-lang.h (ada_decode_symbol): Make return type const.
* ada-lang.c (ada_decode_symbol): Likewise.
This commit is contained in:
@@ -219,7 +219,7 @@ extern struct value *ada_get_decoded_value (struct value *value);
|
||||
|
||||
extern struct type *ada_get_decoded_type (struct type *type);
|
||||
|
||||
extern char *ada_decode_symbol (const struct general_symbol_info*);
|
||||
extern const char *ada_decode_symbol (const struct general_symbol_info *);
|
||||
|
||||
extern const char *ada_decode (const char*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user