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.
This commit is contained in:
Jon Trulson
2019-10-30 19:17:24 -06:00
parent 25e98da92e
commit 215be15f16
105 changed files with 6772 additions and 1 deletions

View File

@@ -8,5 +8,5 @@ MAINTAINERCLEANFILES = Makefile.in \
config.h.in \
install-sh
SUBDIRS = lib programs doc
SUBDIRS = util lib programs doc