aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Li <sparse@chrisli.org>2005-04-02 10:30:09 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:06:31 -0700
commitf765413f020fd2c97c22716320dc96b33cda7c43 (patch)
treebe5c71bd9cb3a12d52d2a97147418c175b5cd280 /parse.h
parentGive function name in non-ANSI declaration warning. (diff)
downloadsparse-f765413f020fd2c97c22716320dc96b33cda7c43.tar.gz
sparse-f765413f020fd2c97c22716320dc96b33cda7c43.tar.bz2
sparse-f765413f020fd2c97c22716320dc96b33cda7c43.zip
[PATCH] static declear
This patch add static declare to make sparse happy of checking itself.
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index 7a8aceb..c97814b 100644
--- a/parse.h
+++ b/parse.h
@@ -116,6 +116,7 @@ extern struct symbol *label_symbol(struct token *token);
extern int show_statement(struct statement *);
extern void show_statement_list(struct statement_list *, const char *);
extern int show_expression(struct expression *);
+
extern struct symbol_list *translation_unit(struct token *);
extern struct symbol *ctype_integer(unsigned long spec);