Skip to content

Do not re-implement C99's bool type and constants

Emmanuele Bassi requested to merge ebassi/c99-boolean into main

Include stdbool.h instead.

If stdbool.h gets included by Pango or one of its dependencies, the typedef and enum will blow up the build.

See: glib#3326

Merge request reports