diff options
Diffstat (limited to 'gdb/d-lang.c')
-rw-r--r-- | gdb/d-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/d-lang.c b/gdb/d-lang.c index 18f785f..6791208 100644 --- a/gdb/d-lang.c +++ b/gdb/d-lang.c @@ -135,7 +135,6 @@ extern const struct language_data d_language_data = &exp_descriptor_c, false, /* la_store_sym_names_in_linkage_form_p */ d_op_print_tab, /* Expression operators for printing. */ - 1, /* C-style arrays. */ 0, /* String lower bound. */ &default_varobj_ops, }; |