Print this page
11506 smatch resync

@@ -1944,11 +1944,11 @@
         }
         expr->ctype = ctype;
         return ctype;
 }
 
-static struct symbol *find_identifier(struct ident *ident, struct symbol_list *_list, int *offset)
+struct symbol *find_identifier(struct ident *ident, struct symbol_list *_list, int *offset)
 {
         struct ptr_list *head = (struct ptr_list *)_list;
         struct ptr_list *list = head;
 
         if (!head)