diff options
Diffstat (limited to 'gdb/m2-lang.c')
-rw-r--r-- | gdb/m2-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/m2-lang.c b/gdb/m2-lang.c index 6e6434b..d849f8c 100644 --- a/gdb/m2-lang.c +++ b/gdb/m2-lang.c @@ -365,7 +365,6 @@ extern const struct language_defn m2_language_defn = NULL, &exp_descriptor_modula2, m2_parse, /* parser */ - m2_yyerror, /* parser error function */ null_post_parser, m2_printchar, /* Print character constant */ m2_printstr, /* function to print string constant */ |