X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fm2-lang.c;h=67d0f6b80f0ff428c219ddd49ff4a08d4e44c2da;hb=630008884535a5b26828325e48e729034c110536;hp=bbf3ac7b2be0133fea5943afb0ad51a0b94f49ca;hpb=618f726fcb851883a0094aa7fa17003889b7189f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/m2-lang.c b/gdb/m2-lang.c index bbf3ac7b2b..67d0f6b80f 100644 --- a/gdb/m2-lang.c +++ b/gdb/m2-lang.c @@ -363,9 +363,10 @@ const struct language_defn m2_language_defn = case_sensitive_on, array_row_major, macro_expansion_no, + NULL, &exp_descriptor_modula2, m2_parse, /* parser */ - m2_error, /* parser error function */ + m2_yyerror, /* parser error function */ null_post_parser, m2_printchar, /* Print character constant */ m2_printstr, /* function to print string constant */ @@ -380,6 +381,7 @@ const struct language_defn m2_language_defn = basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ basic_lookup_transparent_type,/* lookup_transparent_type */ NULL, /* Language specific symbol demangler */ + NULL, NULL, /* Language specific class_name_from_physname */ m2_op_print_tab, /* expression operators for printing */