Introduce c_value_print_inner
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index bee0c18abf8ea96aa0353d7347d4bb6b05935d8d..b5ae3fac48feb8b8014064e78f4c7c0b97febead 100644 (file)
@@ -557,6 +557,17 @@ c_val_print (struct type *type,
       break;
     }
 }
+
+/* See c-lang.h.  */
+
+void
+c_value_print_inner (struct value *val, struct ui_file *stream, int recurse,
+                    const struct value_print_options *options)
+{
+  c_val_print (value_type (val), value_embedded_offset (val),
+              value_address (val), stream, recurse, val, options);
+}
+
 \f
 void
 c_value_print (struct value *val, struct ui_file *stream, 
This page took 0.026853 seconds and 4 git commands to generate.