diff options
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r-- | gdb/f-lang.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h index e9d0f3a..d60cf1b 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -25,8 +25,6 @@ struct parser_state; extern int f_parse (struct parser_state *); -extern void f_yyerror (const char *); /* Defined in f-exp.y */ - extern void f_print_type (struct type *, const char *, struct ui_file *, int, int, const struct type_print_options *); |