diff options
Diffstat (limited to 'gdb/scm-lang.c')
-rw-r--r-- | gdb/scm-lang.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/scm-lang.c b/gdb/scm-lang.c index 1c41076..665ac1b 100644 --- a/gdb/scm-lang.c +++ b/gdb/scm-lang.c @@ -266,6 +266,7 @@ const struct language_defn scm_language_defn = basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ basic_lookup_transparent_type,/* lookup_transparent_type */ NULL, /* Language specific symbol demangler */ + NULL, /* Language specific class_name_from_physname */ {"", "", "", ""}, /* Binary format info */ {"#o%lo", "#o", "o", ""}, /* Octal format info */ {"%ld", "", "d", ""}, /* Decimal format info */ |