Print this page
new smatch

*** 182,192 **** { struct symbol *type; struct smatch_state *state; char *name; struct symbol *sym; ! int ret; type = get_type(expr); if (!type) return 0; --- 182,192 ---- { struct symbol *type; struct smatch_state *state; char *name; struct symbol *sym; ! int ret = 1; type = get_type(expr); if (!type) return 0;