Introduce class completion_tracker & rewrite completion<->readline interaction
[external/binutils.git] / gdb / p-lang.c
index c4fe2f6..77913fc 100644 (file)
@@ -451,7 +451,7 @@ const struct language_defn pascal_language_defn =
   1,                           /* c-style arrays */
   0,                           /* String lower bound */
   default_word_break_characters,
-  default_make_symbol_completion_list,
+  default_collect_symbol_completion_matches,
   pascal_language_arch_info,
   default_print_array_index,
   default_pass_by_reference,