gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gdb / go-lang.c
index 7b8d4a5e6eeddb57943c4f9972f43660fe471748..1b3372a774afa1aa61241435119df79e5fe97425 100644 (file)
@@ -542,12 +542,9 @@ extern const struct language_data go_language_data =
   go_op_print_tab,             /* Expression operators for printing.  */
   1,                           /* C-style arrays.  */
   0,                           /* String lower bound.  */
-  default_word_break_characters,
   default_collect_symbol_completion_matches,
   c_watch_location_expression,
-  NULL,                                /* la_get_symbol_name_matcher */
   &default_varobj_ops,
-  NULL,
   go_is_string_type_p,
   "{...}"                      /* la_struct_too_deep_ellipsis */
 };
This page took 0.022708 seconds and 4 git commands to generate.