aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.h
diff options
authorAl Viro <viro@zeniv.linux.org.uk>2012-04-13 20:59:28 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-12 09:24:32 -0500
commitc8b02fc63037f6e6e0147fc65a67a7809ca5744e (patch)
treebfe12cc79683e903e38ba68b8932b63bcd13b384 /lib.h
parentd83674be51f9650dfcdfcf6f5961757436f17c53 (diff)
downloadsparse-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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib.h b/lib.h
index 2cea2520..ee954fed 100644
--- a/lib.h
+++ b/lib.h
@@ -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;