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

*** 216,225 **** --- 216,226 ---- extern struct token eof_token_entry; #define eof_token(x) ((x) == &eof_token_entry) extern int init_stream(const char *, int fd, const char **next_path); extern const char *stream_name(int stream); + struct ident *alloc_ident(const char *name, int len); extern struct ident *hash_ident(struct ident *); extern struct ident *built_in_ident(const char *); extern struct token *built_in_token(int, struct ident *); extern const char *show_special(int); extern const char *show_ident(const struct ident *);