* language.h (struct language_defn): Remove la_builtin_type_vector
[deliverable/binutils-gdb.git] / gdb / p-lang.c
index 4b187201bc96cda32da91091e46d7db1c237a58a..7697279c6b9f2c1a34ef94bb757154c4751040f4 100644 (file)
@@ -546,7 +546,6 @@ const struct language_defn pascal_language_defn =
 {
   "pascal",                    /* Language name */
   language_pascal,
-  NULL,
   range_check_on,
   type_check_on,
   case_sensitive_on,
@@ -571,7 +570,6 @@ const struct language_defn pascal_language_defn =
   pascal_op_print_tab,         /* expression operators for printing */
   1,                           /* c-style arrays */
   0,                           /* String lower bound */
-  NULL,
   default_word_break_characters,
   pascal_language_arch_info,
   default_print_array_index,
This page took 0.032992 seconds and 4 git commands to generate.