diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-01 12:45:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:03:00 -0700 |
| commit | 80b880d61d0cbcee8bb6561d14f7cae841cfa2e2 (patch) | |
| tree | 1ae6bfc6867a4e767d04ed35f62b32ab50806272 /test-parsing.c | |
| parent | f2c8ee9082054c19d0635f79db16191e4c932074 (diff) | |
| download | sparse-dev-80b880d61d0cbcee8bb6561d14f7cae841cfa2e2.tar.gz | |
Make "next_path" be per-stream for better "include_next".
Maybe this makes us gcc-compatible. Maybe it doesn't.
Diffstat (limited to 'test-parsing.c')
| -rw-r--r-- | test-parsing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-parsing.c b/test-parsing.c index c01e21bd..307997cf 100644 --- a/test-parsing.c +++ b/test-parsing.c @@ -59,7 +59,7 @@ int main(int argc, char **argv) die("No such file: %s", argv[1]); // Tokenize the input stream - token = tokenize(filename, fd, NULL); + token = tokenize(filename, fd, NULL, includepath); close(fd); // Prepend the initial built-in stream |
