Print this page
12724 update smatch to 0.6.1-rc1-il-5

@@ -827,11 +827,11 @@
                 if (distribution[i])
                         fprintf(stderr, "%2d: %d buckets\n", i, distribution[i]);
         }
 }
 
-static struct ident *alloc_ident(const char *name, int len)
+struct ident *alloc_ident(const char *name, int len)
 {
         struct ident *ident = __alloc_ident(len);
         ident->symbols = NULL;
         ident->len = len;
         ident->tainted = 0;