mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
sim: ppc: change bool variable name to boolean
This is a reserved type with stdbool.h.
This commit is contained in:
parent
430456e347
commit
5976569641
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user