mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
sim: ppc: change bool variable name to boolean
This is a reserved type with stdbool.h.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2021-06-16 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* device.h (device_add_boolean_property): Rename bool arg to boolean.
|
||||
|
||||
2021-06-16 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (HOSTENDIAN_CFLAGS): Delete.
|
||||
|
@ -280,7 +280,7 @@ INLINE_DEVICE\
|
||||
(void) device_add_boolean_property
|
||||
(device *me,
|
||||
const char *property,
|
||||
int bool);
|
||||
int boolean);
|
||||
|
||||
INLINE_DEVICE\
|
||||
(int) device_find_boolean_property
|
||||
|
Reference in New Issue
Block a user