mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* value.h (value_print): Return void.
* valprint.c (value_print): Return void. * p-valprint.c (pascal_value_print): Return void. * p-lang.h (pascal_value_print): Return void. * language.h (struct language_defn) <la_value_print>: Return void. * language.c (unk_lang_value_print): Return void. * jv-valprint.c (java_value_print): Return void. * jv-lang.h (java_value_print): Return void. * f-valprint.c (c_value_print): Don't declare. Include c-lang.h. * c-valprint.c (c_value_print): Return void. * c-lang.h (c_value_print): Return void. * ada-valprint.c (ada_value_print): Return void. * ada-lang.h (ada_value_print): Return void.
This commit is contained in:
@@ -808,8 +808,8 @@ extern void print_floating (const gdb_byte *valaddr, struct type *type,
|
||||
extern void print_decimal_floating (const gdb_byte *valaddr, struct type *type,
|
||||
struct ui_file *stream);
|
||||
|
||||
extern int value_print (struct value *val, struct ui_file *stream,
|
||||
const struct value_print_options *options);
|
||||
extern void value_print (struct value *val, struct ui_file *stream,
|
||||
const struct value_print_options *options);
|
||||
|
||||
extern void value_print_array_elements (struct value *val,
|
||||
struct ui_file *stream, int format,
|
||||
|
||||
Reference in New Issue
Block a user