From 8e069a981cbb9b33ccfbdd82ad7da5ce8b0c35b2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 1 Mar 2012 19:22:22 +0000 Subject: * 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) : 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. --- gdb/p-lang.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/p-lang.h') diff --git a/gdb/p-lang.h b/gdb/p-lang.h index 180c544..5b0691b 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -40,8 +40,8 @@ extern int pascal_val_print (struct type *, const gdb_byte *, int, const struct value *, const struct value_print_options *); -extern int pascal_value_print (struct value *, struct ui_file *, - const struct value_print_options *); +extern void pascal_value_print (struct value *, struct ui_file *, + const struct value_print_options *); extern void pascal_type_print_method_args (const char *, const char *, struct ui_file *); -- cgit v1.1