diff options
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r-- | gdb/f-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h index 84a63a8..4710b14 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -38,7 +38,7 @@ extern void f_print_type (struct type *, const char *, struct ui_file *, int, /* Implement la_value_print_inner for Fortran. */ -extern void f_value_print_innner (struct value *val, struct ui_file *stream, +extern void f_value_print_inner (struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options); |