Remove LA_PRINT_TYPE

This removes the LA_PRINT_TYPE macro, in favor of using ordinary
method calls.
This commit is contained in:
Tom Tromey 2022-01-22 16:31:06 -07:00
parent 7b8c55afd0
commit 13eb081a83
5 changed files with 17 additions and 17 deletions

View file

@ -1025,8 +1025,9 @@ typy_str (PyObject *self)
try
{
LA_PRINT_TYPE (type_object_to_type (self), "", &thetype, -1, 0,
&type_print_raw_options);
current_language->print_type (type_object_to_type (self), "",
&thetype, -1, 0,
&type_print_raw_options);
}
catch (const gdb_exception &except)
{