sim: rename bool argument to avoid stdbool clash
authorMike Frysinger <vapier@gentoo.org>
Mon, 15 Mar 2010 07:14:25 +0000 (07:14 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Mar 2010 07:14:25 +0000 (07:14 +0000)
commit799026a7046ca97f101f11f06a908f57aef1d869
tree7efa28935443a671a0fffbadb489d33cd986753c
parentf75150feadb958e94633234425d507e91180c0d2
sim: rename bool argument to avoid stdbool clash

Including stdbool.h before hw-properties.h results in a build error due
to the hw_add_boolean_property function having an argument named "bool"
in its prototype.  The source file has already be renamed to not use
this ("boolean" instead), so match the header to the source.
sim/common/ChangeLog
sim/common/hw-properties.h
This page took 0.033391 seconds and 4 git commands to generate.