Skip to content

Alias TRUE and FALSE to C99's true and false

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

GLib depends on a C99 toolchain. While we cannot change gboolean, we can at least use the same boolean constants.

Fixes: #3326 (closed)

Edited by Emmanuele Bassi

Merge request reports