[ET Trac] #2949: use c99 bool instead of typedefing our own

Roland Haas trac-noreply at einsteintoolkit.org
Tue May 26 10:44:48 CDT 2026


#2949: use c99 bool instead of typedefing our own

 Reporter: Roland Haas
   Status: new
Milestone: 
  Version: 
     Type: bug
 Priority: minor
Component: 

C23 makes `bool` a reserved keyword and provides the type by default making some thorns (and the flesh) fail to compiled.

These three pull requests add the required `#include <stdbool.h>` to the respective files. Since this exists in c99, which Cactus requires, this is fine.

--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2949/use-c99-bool-instead-of-typedefing-our-own
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einsteintoolkit.org/pipermail/trac/attachments/20260526/c00bcd7c/attachment.htm>


More information about the Trac mailing list