Rename a private data member in tui_source_window
[deliverable/binutils-gdb.git] / gdb / c-typeprint.c
index 6690ca53bcdac5e656eff63c37a54d6be0b283b0..43ad3b3e0e6ced43f3ecb405c7b9cc63edb25159 100644 (file)
@@ -205,7 +205,7 @@ c_print_typedef (struct type *type,
 {
   type = check_typedef (type);
   fprintf_filtered (stream, "typedef ");
-  type_print (type, "", stream, 0);
+  type_print (type, "", stream, -1);
   if (TYPE_NAME ((SYMBOL_TYPE (new_symbol))) == 0
       || strcmp (TYPE_NAME ((SYMBOL_TYPE (new_symbol))),
                 SYMBOL_LINKAGE_NAME (new_symbol)) != 0
This page took 0.023674 seconds and 4 git commands to generate.