Introduce generic_value_print_ptr
[deliverable/binutils-gdb.git] / gdb / d-lang.c
index 7ed5ad4a9ee72b72cfab9f9efbbfe0e9f5b56e9d..4dbcf53bba77157e7c82f04b75e788ccc1bb8931 100644 (file)
@@ -225,6 +225,7 @@ extern const struct language_defn d_language_defn =
   c_print_typedef,             /* Print a typedef using appropriate
                                   syntax.  */
   d_val_print,                 /* Print a value using appropriate syntax.  */
+  d_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.  */
@@ -344,8 +345,9 @@ builtin_d_type (struct gdbarch *gdbarch)
   return (const struct builtin_d_type *) gdbarch_data (gdbarch, d_type_data);
 }
 
+void _initialize_d_language ();
 void
-_initialize_d_language (void)
+_initialize_d_language ()
 {
   d_type_data = gdbarch_data_register_post_init (build_d_types);
 }
This page took 0.023895 seconds and 4 git commands to generate.