You can use a typedef as a variable name or a struct/union
commit6e3bed4e8a22c98fa2033fe7b6bbca29986c7be4
authorLinus Torvalds <torvalds@home.osdl.org>
Sat, 2 Aug 2003 06:24:54 +0000 (1 23:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:58 +0000 (7 21:00 -0700)
treea27ac88c597574eebe8d2ac6eb2df1a88055be14
parent9e89cc93353bd85ea1ee25e02388320d077774f9
You can use a typedef as a variable name or a struct/union
member name. So instead of considering it "mixing of types",
just break the type lookup at that point.
parse.c