summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-01-24 18:04:26 +0000
committerTom Tromey <tromey@redhat.com>2013-01-24 18:04:26 +0000
commit361aca7a3021fd3e31d2b6f5562a909c3e3efcde (patch)
tree4e7aeae50266195aee3075ea66091404dfa972f8 /gdb/ada-lang.h
parent8349ce192b8ac072fb4d294e92a4dc7493d9968f (diff)
downloadgdb-361aca7a3021fd3e31d2b6f5562a909c3e3efcde.tar.gz
* 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 509a2296b94..418f8daa30c 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*);