mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
2003-03-18 Andrew Cagney <cagney@redhat.com>
* printcmd.c (print_scalar_formatted): Change VALADDR parameter to a void pointer. * gdbtypes.h (print_scalar_formatted): Update declaration. * expression.h (enum exp_opcode): Remove non-ISO C trailing comma.
This commit is contained in:
@@ -343,7 +343,7 @@ print_formatted (struct value *val, register int format, int size,
|
||||
with a format. */
|
||||
|
||||
void
|
||||
print_scalar_formatted (char *valaddr, struct type *type, int format, int size,
|
||||
print_scalar_formatted (void *valaddr, struct type *type, int format, int size,
|
||||
struct ui_file *stream)
|
||||
{
|
||||
LONGEST val_long;
|
||||
|
||||
Reference in New Issue
Block a user