* parser-defs.h (struct exp_descriptor): New definition, containing
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index a54d188d0ad256d154df0ba34b8c52da214ff13c..f0679070ff4c02724e4d8fe7ccb4bd3fc151ab0d 100644 (file)
@@ -415,9 +415,9 @@ const struct language_defn m2_language_defn =
   range_check_on,
   type_check_on,
   case_sensitive_on,
+  &exp_descriptor_standard,
   m2_parse,                    /* parser */
   m2_error,                    /* parser error function */
-  evaluate_subexp_standard,
   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.023739 seconds and 4 git commands to generate.