cdesktopenv/cde/util/tradcpp
Jon Trulson 465b8461c6 tradcpp: fix bool issue with newer compilers (GCC 15)
tradcpp/bool.h used the wrong check for determining C99+ stdbool.h
support by the compiler.  Use __STDC_VERSION__ rather than __STDC__.
2025-03-11 09:21:35 -06:00
..
tests
CHANGES
Makefile.am
TODO
array.c
array.h
bool.h
config.h
directive.c
directive.h
eval.c
eval.h
files.c
files.h
inlinedefs.h
macro.c
macro.h
main.c
mode.h
output.c
output.h
place.c
place.h
tradcpp.1
union.h
utils.c
utils.h
version.h