summaryrefslogtreecommitdiff
path: root/tests/test-stdbool-c99.c
Commit message (Collapse)AuthorAgeFilesLines
* stdbool: upgrade from C99 to C23Paul Eggert2022-09-101-0/+2
Change the stdbool module so that it now emulates C23. The module now assumes C99. The old module (which assumes C89 and emulates C99) is still available as stdbool-c99, but is deprecated. * tests/test-stdbool.c [TEST_STDBOOL_H]: Do not include stdbool.h. (WORKING_BOOL): Depend on HAVE_C_BOOL, not __STDC_VERSION__. * m4/c-bool.m4, modules/c-bool, modules/c-bool-tests: * tests/test-c-bool.c: New files.