Import a copy of ucpp, lightweight cpp that doesn't depend
authormatthieu <matthieu@openbsd.org>
Sat, 12 Jul 2014 16:23:43 +0000 (16:23 +0000)
committermatthieu <matthieu@openbsd.org>
Sat, 12 Jul 2014 16:23:43 +0000 (16:23 +0000)
commit29806ff0f16d54537ad2a59ca8771e7942038e3c
treef8da880541648d9ea0e4e7236f3730c2f4cb0d51
parent4477fbfa3c86274a5c2e419c2ca17fa02d74d608
Import a copy of ucpp, lightweight cpp that doesn't depend
on the 'comp'  set. Moving from xenocara with a new name.
ok deraadt@.
23 files changed:
libexec/auxcpp/CHANGELOG [new file with mode: 0644]
libexec/auxcpp/Makefile [new file with mode: 0644]
libexec/auxcpp/README [new file with mode: 0644]
libexec/auxcpp/arith.c [new file with mode: 0644]
libexec/auxcpp/arith.h [new file with mode: 0644]
libexec/auxcpp/assert.c [new file with mode: 0644]
libexec/auxcpp/atest.c [new file with mode: 0644]
libexec/auxcpp/config.h [new file with mode: 0644]
libexec/auxcpp/cpp.c [new file with mode: 0644]
libexec/auxcpp/cpp.h [new file with mode: 0644]
libexec/auxcpp/eval.c [new file with mode: 0644]
libexec/auxcpp/hash.c [new file with mode: 0644]
libexec/auxcpp/hash.h [new file with mode: 0644]
libexec/auxcpp/lexer.c [new file with mode: 0644]
libexec/auxcpp/macro.c [new file with mode: 0644]
libexec/auxcpp/mem.c [new file with mode: 0644]
libexec/auxcpp/mem.h [new file with mode: 0644]
libexec/auxcpp/nhash.c [new file with mode: 0644]
libexec/auxcpp/nhash.h [new file with mode: 0644]
libexec/auxcpp/sample.c [new file with mode: 0644]
libexec/auxcpp/tune.h [new file with mode: 0644]
libexec/auxcpp/ucpp.1 [new file with mode: 0644]
libexec/auxcpp/ucppi.h [new file with mode: 0644]