linux-sparse-owner@xxxxxxxxxxxxxxx schrieb am 02.08.2007 02:15:34: > Another annoying thing is that the types are always resolved for > typedefs. i.e. for > > typedef int foo; > foo bar; > > the symbol for bar has a base type of int. ...and a base_type->ident named "foo". But if you add another typedef on "int", i.e. typedef int DINT; base_type->ident changes to "DINT", now there's no way to get out, that symbol "bar" was declared with "foo". Tell me if I'm wrong, but a solution for this would also help me on that: http://marc.info/?l=linux-sparse&m=118171213001092&w=2 > Any suggestions for how to solve this would be greatly appreciated :) I agree! ;-) Best regards, Thomas Schmid - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html