diff options
author | Michael Forney <mforney@mforney.org> | 2024-04-02 14:01:01 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2024-04-03 00:01:03 -0700 |
commit | be3fc1c2dc8352fdb1a0ee9385a3bcc06875b55c (patch) | |
tree | 410de4247880fb2a5a7beac3d0ec30f5ed69afb7 /test | |
parent | fef86b0202a3d4ef191926fee683eb92e9218bd4 (diff) |
Use 'bool' in headers instead of '_Bool'
_Bool is deprecated in C23, and using it breaks bootstrap with
implementations that don't fully support C99 and define bool to
some other type in stdbool.h.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions