cpp: CPP from bcc
authorAlan Cox <alan@linux.intel.com>
Mon, 8 Jun 2015 21:30:51 +0000 (22:30 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 8 Jun 2015 21:30:51 +0000 (22:30 +0100)
commit53b9cca9644a6310477ca50e7bf377552bc621f1
treea25816537c610d40fb1b6b807be09aa4c1267f2a
parente5b06a7876499642ec445ed658aff43a35312aeb
cpp: CPP from bcc

48K rather than 32K target. Some thought might be needed for a 32K cpp
however!
12 files changed:
Applications/cpp/Makefile [new file with mode: 0644]
Applications/cpp/cc.h [new file with mode: 0644]
Applications/cpp/cpp.c [new file with mode: 0644]
Applications/cpp/hash.c [new file with mode: 0644]
Applications/cpp/main.c [new file with mode: 0644]
Applications/cpp/token1.c [new file with mode: 0644]
Applications/cpp/token1.h [new file with mode: 0644]
Applications/cpp/token1.tok [new file with mode: 0644]
Applications/cpp/token2.c [new file with mode: 0644]
Applications/cpp/token2.h [new file with mode: 0644]
Applications/cpp/token2.tok [new file with mode: 0644]
Applications/cpp/torture.c [new file with mode: 0644]