Debian Patches
Status for wmnut/0.70-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01-rename-bool-struct-member.patch | rename `bool` structure member In C23, `bool` has been changed from a macro defined in `<stdbool.h>`, which expands to `_Bool`, to a keyword. GCC 15 now defaults to C23, so these declarations cause an FTBFS. . Rename the `bool` member of `struct var` to `boolean`. |
Jeremy Sowden <jeremy@azazel.net> | yes | 2025-03-13 |