Print this page
11506 smatch resync

*** 259,268 **** --- 259,269 ---- struct token *assignment_expression(struct token *token, struct expression **tree); extern void evaluate_symbol_list(struct symbol_list *list); extern struct symbol *evaluate_statement(struct statement *stmt); extern struct symbol *evaluate_expression(struct expression *); + struct symbol *find_identifier(struct ident *ident, struct symbol_list *_list, int *offset); extern int expand_symbol(struct symbol *); static inline struct expression *alloc_expression(struct position pos, int type) {