Mention the NetBSD support in "info proc" documentation
[deliverable/binutils-gdb.git] / gdb / c-valprint.c
index 76a86faea6aca84f07327afd94bf00eca044d44b..52ea5eda0c1de445004233bfa0d1faac12158a59 100644 (file)
@@ -121,7 +121,7 @@ static const struct generic_val_print_decorations c_decorations =
 {
   "",
   " + ",
-  " * I",
+  "i",
   "true",
   "false",
   "void",
@@ -252,10 +252,6 @@ c_value_print_array (struct value *val,
 
       eltlen = TYPE_LENGTH (elttype);
       len = high_bound - low_bound + 1;
-      if (options->prettyformat_arrays)
-       {
-         print_spaces_filtered (2 + 2 * recurse, stream);
-       }
 
       /* Print arrays of textual chars with a string syntax, as
         long as the entire array is valid.  */
This page took 0.025808 seconds and 4 git commands to generate.