mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
gdb: remove NULL_TYPE
The NULL_TYPE macro is not very useful... remove it and just use nullptr. gdb/ChangeLog: * gdbtypes.h (NULL_TYPE): Remove, change all uses to nullptr. Change-Id: Ic6215921413dad5649192b012f1a41d0a650a644
This commit is contained in:
@ -1148,8 +1148,6 @@ struct type
|
||||
struct main_type *main_type;
|
||||
};
|
||||
|
||||
#define NULL_TYPE ((struct type *) 0)
|
||||
|
||||
struct fn_fieldlist
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user