* ada-lang.h (ada_decode_symbol): Make return type const.

* ada-lang.c (ada_decode_symbol): Likewise.
This commit is contained in:
Tom Tromey
2013-01-24 18:04:34 +00:00
parent 981dc7f155
commit 45e6c716a9
3 changed files with 9 additions and 4 deletions

View File

@@ -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*);