Convert D printing to value-based API
[deliverable/binutils-gdb.git] / gdb / d-lang.h
index 88e1ea3e1ee626b629d8ec7fd6e6a37b7f103dca..9b4e504024f93d951ee701567feda435fea7b9bb 100644 (file)
@@ -84,4 +84,10 @@ extern void d_val_print (struct type *type,
                         struct value *val,
                         const struct value_print_options *options);
 
+/* Implement la_value_print_inner for D.  */
+
+extern void d_value_print_inner (struct value *val,
+                                struct ui_file *stream, int recurse,
+                                const struct value_print_options *options);
+
 #endif /* !defined (D_LANG_H) */
This page took 0.02749 seconds and 4 git commands to generate.