On Tue, Jul 15, 2025 at 11:23 AM <rsbecker@xxxxxxxxxxxxx> wrote: > > On July 15, 2025 1:19 PM Elijah Newren wrote: > >On Tue, Jul 15, 2025 at 6:53 AM Phillip Wood <phillip.wood123@xxxxxxxxx> > >wrote: > >> > >> From: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> > >> > >> We've had a test balloon for C99's bool type since 8277dbe987 > >> (git-compat-util: convert skip_{prefix,suffix}{,_mem} to bool, > >> 2023-12-16). As it has been over 18 months since this was added and > >> there have been no complaints let's declare it a success and convert > >> the return type our other string predicates to match. > >> [...] > > bool is not standard in all c99 implementations. I have to #include <stdbool.h> in order to > use this type. Please make sure there is a mechanism for that.