aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/parse.h
diff options
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
parent47115aa79de6d344493f0fbd4b862cf7709e9099 (diff)
downloadsparse-dev-f765413f020fd2c97c22716320dc96b33cda7c43.tar.gz
[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 7a8aceb0..c97814b3 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);