* valprint.c (val_print): Add new language parameter and use it
[deliverable/binutils-gdb.git] / gdb / scm-valprint.c
index 7c9a58d2f4652f4edda90c47b0f651eac734b5bc..a80a61a6d530a084e9ccae98b1b27dd094281f1b 100644 (file)
@@ -432,5 +432,6 @@ int
 scm_value_print (struct value *val, struct ui_file *stream, int format,
                 enum val_prettyprint pretty)
 {
-  return (common_val_print (val, stream, format, 1, 0, pretty));
+  return (common_val_print (val, stream, format, 1, 0, pretty,
+                           current_language));
 }
This page took 0.023304 seconds and 4 git commands to generate.