aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-01-24 18:04:34 +0000
committerTom Tromey <tromey@redhat.com>2013-01-24 18:04:34 +0000
commit45e6c716a91b609472e7b807347f9ed3a86c8113 (patch)
tree63fd5c28cbae3b05f1f1100e041c9e6402b9aee8 /gdb/ada-lang.h
parent981dc7f155b61420a8d9409d4ba64aee75a098a1 (diff)
* ada-lang.h (ada_decode_symbol): Make return type const.
* ada-lang.c (ada_decode_symbol): Likewise.
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r--gdb/ada-lang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h
index 509a2296b9..418f8daa30 100644
--- a/gdb/ada-lang.h
+++ b/gdb/ada-lang.h
@@ -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*);