gdb/testsuite: Add compiler options parameter to function_range helper
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index 8a167113482d2499974b37f1bc7468208edc4f80..af3cf3ad85f2847ed3ebea46b7ce017fbf81e0e5 100644 (file)
@@ -393,7 +393,7 @@ extern const struct language_defn m2_language_defn =
   m2_emit_char,                        /* Function to print a single character */
   m2_print_type,               /* Print a type using appropriate syntax */
   m2_print_typedef,            /* Print a typedef using appropriate syntax */
-  m2_val_print,                        /* Print a value using appropriate syntax */
+  m2_value_print_inner,                /* la_value_print_inner */
   c_value_print,               /* Print a top-level value */
   default_read_var_value,      /* la_read_var_value */
   NULL,                                /* Language specific skip_trampoline */
@@ -457,8 +457,9 @@ builtin_m2_type (struct gdbarch *gdbarch)
 
 /* Initialization for Modula-2 */
 
+void _initialize_m2_language ();
 void
-_initialize_m2_language (void)
+_initialize_m2_language ()
 {
   m2_type_data = gdbarch_data_register_post_init (build_m2_types);
 }
This page took 0.02467 seconds and 4 git commands to generate.