diff options
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index 61ee752..a3313c2 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -27,8 +27,6 @@ extern const char *pascal_main_name (void); extern int pascal_parse (struct parser_state *); /* Defined in p-exp.y */ -extern void pascal_yyerror (const char *); /* Defined in p-exp.y */ - /* Defined in p-typeprint.c */ extern void pascal_print_type (struct type *, const char *, struct ui_file *, int, int, const struct type_print_options *); |