diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-02 22:06:57 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:00:06 -0700 |
| commit | bf28444a26fb15a175107997c2eaa86ff6500297 (patch) | |
| tree | 7bfebfcc89bf1d5327938ada5b90ae6da3f6d371 /expression.h | |
| parent | 76cb770093abfb6efb16f7159fd387577e98bc41 (diff) | |
| download | sparse-dev-bf28444a26fb15a175107997c2eaa86ff6500297.tar.gz | |
evaluate_initializer() is now static to within evaluate.c
Diffstat (limited to 'expression.h')
| -rw-r--r-- | expression.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/expression.h b/expression.h index 16621d29..4588f14f 100644 --- a/expression.h +++ b/expression.h @@ -108,7 +108,6 @@ struct token *assignment_expression(struct token *token, struct expression **tre extern struct symbol *evaluate_symbol(struct symbol *sym); extern struct symbol *evaluate_statement(struct statement *stmt); extern struct symbol *evaluate_expression(struct expression *); -extern struct symbol *evaluate_initializer(struct symbol *, struct expression *); static inline struct expression *alloc_expression(struct position pos, int type) { |
