Print this page
new smatch

*** 27,37 **** struct symbol; struct position; struct scope { ! struct token *token; /* Scope start information */ struct symbol_list *symbols; /* List of symbols in this scope */ struct scope *next; }; extern struct scope --- 27,37 ---- struct symbol; struct position; struct scope { ! struct token *token; struct symbol_list *symbols; /* List of symbols in this scope */ struct scope *next; }; extern struct scope