diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-28 23:42:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-28 23:42:28 +0000 |
commit | 5f5477488f832e6a78b40b64a7f12fa8a027bb12 (patch) | |
tree | b4234755cd526d4a4d0effa6f96f13445e18c30c /gdb/valprint.h | |
parent | 30bffb23b024c1e49b57bdcc832e8716421c8dbd (diff) | |
download | gdb-5f5477488f832e6a78b40b64a7f12fa8a027bb12.zip gdb-5f5477488f832e6a78b40b64a7f12fa8a027bb12.tar.gz gdb-5f5477488f832e6a78b40b64a7f12fa8a027bb12.tar.bz2 |
2005-01-28 Andrew Cagney <cagney@gnu.org>
* valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
* valprint.h (val_print_type_code_int): Ditto.
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 444c2f9..89ae270 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -54,7 +54,7 @@ extern void val_print_array_elements (struct type *, char *, CORE_ADDR, struct ui_file *, int, int, int, enum val_prettyprint, unsigned int); -extern void val_print_type_code_int (struct type *, char *, +extern void val_print_type_code_int (struct type *, const bfd_byte *, struct ui_file *); extern void print_binary_chars (struct ui_file *, const bfd_byte *, |