diff options
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/language.h b/gdb/language.h index a47a44d..3156f27 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -249,8 +249,8 @@ struct language_defn /* Print a top-level value using syntax appropriate for this language. */ - int (*la_value_print) (struct value *, struct ui_file *, - const struct value_print_options *); + void (*la_value_print) (struct value *, struct ui_file *, + const struct value_print_options *); /* PC is possibly an unknown languages trampoline. If that PC falls in a trampoline belonging to this language, |