diff options
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c index be9ee07..7689635 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -820,7 +820,7 @@ public: struct ui_file *stream, int show, int level, const struct type_print_options *flags) const override { - c_print_type (type, varstring, stream, show, level, flags); + c_print_type (type, varstring, stream, show, level, la_language, flags); } /* See language.h. */ @@ -966,7 +966,7 @@ public: struct ui_file *stream, int show, int level, const struct type_print_options *flags) const override { - c_print_type (type, varstring, stream, show, level, flags); + c_print_type (type, varstring, stream, show, level, la_language, flags); } /* See language.h. */ @@ -1066,7 +1066,7 @@ public: struct ui_file *stream, int show, int level, const struct type_print_options *flags) const override { - c_print_type (type, varstring, stream, show, level, flags); + c_print_type (type, varstring, stream, show, level, la_language, flags); } /* See language.h. */ @@ -1118,7 +1118,7 @@ public: struct ui_file *stream, int show, int level, const struct type_print_options *flags) const override { - c_print_type (type, varstring, stream, show, level, flags); + c_print_type (type, varstring, stream, show, level, la_language, flags); } /* See language.h. */ |