11972 resync smatch
@@ -27,11 +27,11 @@ struct symbol; struct position; struct scope { - struct token *token; /* Scope start information */ + struct token *token; struct symbol_list *symbols; /* List of symbols in this scope */ struct scope *next; }; extern struct scope