forked from Imagelibrary/binutils-gdb
2005-01-28 Andrew Cagney <cagney@gnu.org>
* printcmd.c (print_scalar_formatted): Update. * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
This commit is contained in:
@@ -1347,7 +1347,7 @@ extern void recursive_dump_type (struct type *, int);
|
||||
|
||||
/* printcmd.c */
|
||||
|
||||
extern void print_scalar_formatted (void *, struct type *, int, int,
|
||||
extern void print_scalar_formatted (const void *, struct type *, int, int,
|
||||
struct ui_file *);
|
||||
|
||||
extern int can_dereference (struct type *);
|
||||
|
||||
Reference in New Issue
Block a user