Commit Graph

5 Commits

Author SHA1 Message Date
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
Jon Trulson 54728d6b89 tradcpp: don't install it
This is a tool used for building CDE, no need to install it.  We can
always do so in the future if needed.
2021-12-22 14:41:06 -07:00
Jon Trulson ec8f4b7464 tradcpp: upgrade to 0.5.3 2019-12-03 18:13:27 -07:00
Jon Trulson 371bc9aa07 tradcpp: remove test makefiles 2019-10-30 22:14:04 -06:00
Jon Trulson 215be15f16 Add tradcpp to the repository, and use it as GENCPP (generic preprocessor)
With lots of experimenting, tradcpp (0.4) seems to work way better
than gcc, and it's output is actually valid. We'll go with that for
now.
2019-10-30 19:19:21 -06:00