aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/language.h b/gdb/language.h
index 414488d..cfb3461 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -168,11 +168,6 @@ extern const char *default_word_break_characters (void);
struct language_data
{
- /* Definitions related to expression printing, prefixifying, and
- dumping. */
-
- const struct exp_descriptor *la_exp_desc;
-
/* Table for printing expressions. */
const struct op_print *la_op_print_tab;
@@ -567,6 +562,11 @@ struct language_defn : language_data
virtual const struct lang_varobj_ops *varobj_ops () const;
+ /* Definitions related to expression printing, prefixifying, and
+ dumping. */
+
+ virtual const struct exp_descriptor *expression_ops () const;
+
protected:
/* This is the overridable part of the GET_SYMBOL_NAME_MATCHER method.