sim: ppc: change bool variable name to boolean

This is a reserved type with stdbool.h.
This commit is contained in:
Mike Frysinger 2021-06-15 20:28:35 -04:00
parent 430456e347
commit 5976569641
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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