<html>#2949: use c99 bool instead of typedefing our own
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'> Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'> Version:</td><td></td></tr>
<tr><td style='text-align:right'> Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>
<p>C23 makes <code>bool</code> a reserved keyword and provides the type by default making some thorns (and the flesh) fail to compiled.</p>
<p>These three pull requests add the required <code>#include <stdbool.h></code> to the respective files. Since this exists in c99, which Cactus requires, this is fine.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2949/use-c99-bool-instead-of-typedefing-our-own'>https://bitbucket.org/einsteintoolkit/tickets/issues/2949/use-c99-bool-instead-of-typedefing-our-own</a></p>
</html>