proc-events.c: fix compilation on Solaris
[deliverable/binutils-gdb.git] / gdb / p-lang.c
index 03db2df2e519f03ad9342ac08d101fd0e36583ee..3ff7f5694f40edd20e853353dcd6c869340dfa2a 100644 (file)
@@ -439,6 +439,7 @@ extern const struct language_defn pascal_language_defn =
   default_read_var_value,      /* la_read_var_value */
   NULL,                                /* Language specific skip_trampoline */
   "this",                      /* name_of_this */
+  false,                       /* la_store_sym_names_in_linkage_form_p */
   basic_lookup_symbol_nonlocal,        /* lookup_symbol_nonlocal */
   basic_lookup_transparent_type,/* lookup_transparent_type */
   NULL,                                /* Language specific symbol demangler */
This page took 0.024708 seconds and 4 git commands to generate.