gdb: Convert language_data::c_style_arrays to a method
[deliverable/binutils-gdb.git] / gdb / language.c
index 55e8104132b1b611b6d4c3745f353b0a4984c432..9a496ae8548bec0af71188c3dce12f83494d6187 100644 (file)
@@ -782,7 +782,6 @@ extern const struct language_data unknown_language_data =
   &exp_descriptor_standard,
   true,                                /* store_sym_names_in_linkage_form_p */
   unk_op_print_tab,            /* expression operators for printing */
-  1,                           /* c-style arrays */
   0,                           /* String lower bound */
   &default_varobj_ops,
 };
@@ -917,7 +916,6 @@ extern const struct language_data auto_language_data =
   &exp_descriptor_standard,
   false,                       /* store_sym_names_in_linkage_form_p */
   unk_op_print_tab,            /* expression operators for printing */
-  1,                           /* c-style arrays */
   0,                           /* String lower bound */
   &default_varobj_ops,
 };
This page took 0.029803 seconds and 4 git commands to generate.