aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-03-24 22:26:58 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 20:59:44 -0700
commitda7f6d4fe8d6321f692651a423ad37586e100f63 (patch)
tree795ba41d7b00b9efecd29e8e5684bf230de22281 /test-lexing.c
parentHandle undefined identifiers "gracefully", and improve printout (diff)
downloadsparse-da7f6d4fe8d6321f692651a423ad37586e100f63.tar.gz
sparse-da7f6d4fe8d6321f692651a423ad37586e100f63.tar.bz2
sparse-da7f6d4fe8d6321f692651a423ad37586e100f63.zip
Add preprocessor directives to manipulate the include path.
Diffstat (limited to 'test-lexing.c')
-rw-r--r--test-lexing.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/test-lexing.c b/test-lexing.c
index d186f31..1cd82c9 100644
--- a/test-lexing.c
+++ b/test-lexing.c
@@ -15,20 +15,6 @@
#include "token.h"
#include "symbol.h"
-char *includepath[] = {
- "/usr/lib/gcc-lib/i386-redhat-linux/3.2.1/include/",
-#if 1
- "/home/torvalds/v2.5/linux/include/",
- "/home/torvalds/v2.5/linux/include/asm-i386/mach-default/",
-#else
- "/usr/include/",
- "/usr/local/include/",
-#endif
- "",
- NULL
-};
-
-
int main(int argc, char **argv)
{
int fd = open(argv[1], O_RDONLY);