diff options
| author | Christopher Li <sparse@chrisli.org> | 2005-04-02 10:30:09 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:06:31 -0700 |
| commit | f765413f020fd2c97c22716320dc96b33cda7c43 (patch) | |
| tree | be5c71bd9cb3a12d52d2a97147418c175b5cd280 /parse.h | |
| parent | 47115aa79de6d344493f0fbd4b862cf7709e9099 (diff) | |
| download | sparse-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
