Port of CPP from GCC 3.0
authorkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 3 Jul 2001 17:51:28 +0000 (17:51 +0000)
committerkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 3 Jul 2001 17:51:28 +0000 (17:51 +0000)
commit1dee3f68905452521caecd9dd9cd01db4e47ed76
treef8b4ea18ac3ea3f0e442d20e68b6d65f0b6c7323
parentb3dfa63bfbb90417a1ca68012ad5d9ec06c0cff8
Port of CPP from GCC 3.0

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1009 4a8a32a2-be11-0410-ad9d-d568d2c75423
51 files changed:
support/cpp2/Makefile.in [new file with mode: 0644]
support/cpp2/acconfig.h [new file with mode: 0644]
support/cpp2/aclocal.m4 [new file with mode: 0644]
support/cpp2/ansidecl.h [new file with mode: 0644]
support/cpp2/config.h [new file with mode: 0644]
support/cpp2/config.in [new file with mode: 0644]
support/cpp2/configargs.h [new file with mode: 0644]
support/cpp2/configure [new file with mode: 0755]
support/cpp2/configure.in [new file with mode: 0644]
support/cpp2/cppdefault.c [new file with mode: 0644]
support/cpp2/cppdefault.h [new file with mode: 0644]
support/cpp2/cpperror.c [new file with mode: 0644]
support/cpp2/cppexp.c [new file with mode: 0644]
support/cpp2/cppfiles.c [new file with mode: 0644]
support/cpp2/cpphash.c [new file with mode: 0644]
support/cpp2/cpphash.h [new file with mode: 0644]
support/cpp2/cppinit.c [new file with mode: 0644]
support/cpp2/cpplex.c [new file with mode: 0644]
support/cpp2/cpplib.c [new file with mode: 0644]
support/cpp2/cpplib.h [new file with mode: 0644]
support/cpp2/cppmacro.c [new file with mode: 0644]
support/cpp2/cppmain.c [new file with mode: 0644]
support/cpp2/hashtable.c [new file with mode: 0644]
support/cpp2/hashtable.h [new file with mode: 0644]
support/cpp2/hwint.h [new file with mode: 0644]
support/cpp2/intl.c [new file with mode: 0644]
support/cpp2/intl.h [new file with mode: 0644]
support/cpp2/libiberty.h [new file with mode: 0644]
support/cpp2/libiberty/lbasename.c [new file with mode: 0644]
support/cpp2/libiberty/obstack.c [new file with mode: 0644]
support/cpp2/libiberty/obstack.h [new file with mode: 0644]
support/cpp2/libiberty/safe-ctype.c [new file with mode: 0644]
support/cpp2/libiberty/safe-ctype.h [new file with mode: 0644]
support/cpp2/libiberty/splay-tree.c [new file with mode: 0644]
support/cpp2/libiberty/splay-tree.h [new file with mode: 0644]
support/cpp2/mbchar.c [new file with mode: 0644]
support/cpp2/mbchar.h [new file with mode: 0644]
support/cpp2/mkdeps.c [new file with mode: 0644]
support/cpp2/mkdeps.h [new file with mode: 0644]
support/cpp2/options.h [new file with mode: 0644]
support/cpp2/output.h [new file with mode: 0644]
support/cpp2/prefix.c [new file with mode: 0644]
support/cpp2/prefix.h [new file with mode: 0644]
support/cpp2/sdcc.h [new file with mode: 0644]
support/cpp2/specs.h [new file with mode: 0644]
support/cpp2/splay-tree.c [new file with mode: 0644]
support/cpp2/splay-tree.h [new file with mode: 0644]
support/cpp2/symcat.h [new file with mode: 0644]
support/cpp2/system.h [new file with mode: 0644]
support/cpp2/version.c [new file with mode: 0644]
support/cpp2/version.h [new file with mode: 0644]