aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-23 14:17:57 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:04:36 -0700
commit7f7110e1135157694390f558d7541b8dd9295b3e (patch)
tree59ba9da78f3f80265a136edc12110fbad7b1184f /parse.h
parentPack the phi-list after removing duplicates. (diff)
downloadsparse-7f7110e1135157694390f558d7541b8dd9295b3e.tar.gz
sparse-7f7110e1135157694390f558d7541b8dd9295b3e.tar.bz2
sparse-7f7110e1135157694390f558d7541b8dd9295b3e.zip
Allow the C99/C++ mixed variable declaration syntax.
Currently we warn unconditionally about it.
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 3a97fcb..6fe25f5 100644
--- a/parse.h
+++ b/parse.h
@@ -99,7 +99,6 @@ extern struct symbol_list *function_computed_target_list;
extern struct statement_list *function_computed_goto_list;
extern struct token *parse_expression(struct token *, struct expression **);
-extern struct token *statement_list(struct token *, struct statement_list **);
extern struct symbol *label_symbol(struct token *token);
extern int show_statement(struct statement *);