diff options
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index 3104e0b..0105cde 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -109,7 +109,8 @@ struct value_print_options user_print_options = 1, /* pascal_static_field_print */ 0, /* raw */ 0, /* summary */ - 1 /* symbol_print */ + 1, /* symbol_print */ + false, /* print_suffix */ }; /* Initialize *OPTS to be a copy of the user print options. */ |