Remove LA_PRINT_TYPE
This removes the LA_PRINT_TYPE macro, in favor of using ordinary method calls.
This commit is contained in:
parent
7b8c55afd0
commit
13eb081a83
5 changed files with 17 additions and 17 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue