Skip gdb.base/branch-to-self.exp if gdb,nosignals exists
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index bbf3ac7b2be0133fea5943afb0ad51a0b94f49ca..917da15d8084da571febdc0c52c31e4e81e89071 100644 (file)
@@ -365,7 +365,7 @@ const struct language_defn m2_language_defn =
   macro_expansion_no,
   &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 */
This page took 0.025463 seconds and 4 git commands to generate.