Introduce f_value_print_innner
[deliverable/binutils-gdb.git] / gdb / f-lang.h
index 9dfbfe5976b7346f3deadd832bb2559cd78591c7..5cc59adde7e583fec0c20db5dc85abd92cc5e338 100644 (file)
@@ -41,6 +41,12 @@ extern void f_val_print (struct type *, int, CORE_ADDR,
                         struct value *,
                         const struct value_print_options *);
 
+/* Implement la_value_print_inner for Fortran.  */
+
+extern void f_value_print_innner (struct value *val, struct ui_file *stream,
+                                 int recurse,
+                                 const struct value_print_options *options);
+
 /* Language-specific data structures */
 
 /* A common block.  */
This page took 0.027507 seconds and 4 git commands to generate.