* language.h (language_defn): Add new la_post_parser field.
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index e5b6b500e7cb0a1e1f22bd1f191c07bf90a1e3f7..c66b70341e2ba0f304dbcd0f55e880cf99ef4508 100644 (file)
@@ -418,6 +418,7 @@ const struct language_defn m2_language_defn =
   &exp_descriptor_standard,
   m2_parse,                    /* parser */
   m2_error,                    /* parser error function */
+  null_post_parser,
   m2_printchar,                        /* Print character constant */
   m2_printstr,                 /* function to print string constant */
   m2_emit_char,                        /* Function to print a single character */
This page took 0.024166 seconds and 4 git commands to generate.