aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-04-02 22:06:57 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:00:06 -0700
commitbf28444a26fb15a175107997c2eaa86ff6500297 (patch)
tree7bfebfcc89bf1d5327938ada5b90ae6da3f6d371 /expression.h
parentEvaluate more SYM_NODE type fallout - we can have pointers to (diff)
downloadsparse-bf28444a26fb15a175107997c2eaa86ff6500297.tar.gz
sparse-bf28444a26fb15a175107997c2eaa86ff6500297.tar.bz2
sparse-bf28444a26fb15a175107997c2eaa86ff6500297.zip
evaluate_initializer() is now static to within evaluate.c
Diffstat (limited to 'expression.h')
-rw-r--r--expression.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/expression.h b/expression.h
index 16621d2..4588f14 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)
{