diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2012-04-13 20:59:28 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-12 09:24:32 -0500 |
| commit | c8b02fc63037f6e6e0147fc65a67a7809ca5744e (patch) | |
| tree | bfe12cc79683e903e38ba68b8932b63bcd13b384 /lib.h | |
| parent | d83674be51f9650dfcdfcf6f5961757436f17c53 (diff) | |
| download | sparse-dev-c8b02fc63037f6e6e0147fc65a67a7809ca5744e.tar.gz | |
fix handling of -include
-include foo.h will search not only in the current directory...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'lib.h')
| -rw-r--r-- | lib.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -41,15 +41,6 @@ struct position { noexpand:1; }; -struct cmdline_include { - char *filename; - int fd; -}; - -extern struct cmdline_include cmdline_include[]; -extern int cmdline_include_nr; - - struct ident; struct token; struct symbol; |
