8b6ec37f
by Gerald Pfeifer at 2024-11-25T14:43:05+01:00
msi: Use mybool instead of bool as variable name.
bool is a reserved identifier in C23 and would break with GCC 15
moving to -std=gnu23 (based on C23). Use mybool instead, along the
line of myint in the same context.