C23 is adding a bool keyword:
https://en.cppreference.com/w/c/keyword/bool
With GCC 15 (in development, bug fixing) this causes a failure: `error: expected identifier or '(' before 'bool'`
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1389
-- Commit Summary --
* git-changebar: Rename variable bool for C23 compatibility
-- File Changes --
M git-changebar/src/gcb-plugin.c (8)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1389.patch https://github.com/geany/geany-plugins/pull/1389.diff