aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pre-process.c
diff options
authorChristopher Li <sparse@chrisli.org>2004-09-13 17:08:10 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:03:12 -0700
commit02bf020c0a5b9acd7458dad2e3da04d68fc4448e (patch)
tree3cd197e87ba5c44ed8fa36307cc3e8875b34d619 /pre-process.c
parent44f9f07e8346f31ec70884b8ecbc120cf4f6d3a5 (diff)
downloadsparse-dev-02bf020c0a5b9acd7458dad2e3da04d68fc4448e.tar.gz
[PATCH] trivial ansi-c declear
Caught by checking sparse with itself.
Diffstat (limited to 'pre-process.c')
-rw-r--r--pre-process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-process.c b/pre-process.c
index e2045ff7..362120c4 100644
--- a/pre-process.c
+++ b/pre-process.c
@@ -1378,7 +1378,7 @@ static int handle_line(struct stream *stream, struct token **line, struct token
}
-void init_preprocessor()
+void init_preprocessor(void)
{
int i;
int stream = init_stream("preprocessor", -1, includepath);