Fix up typename parsing.
commit04c29e8c365789bc25ebb44cb0572e4e0698c446
authorLinus Torvalds <torvalds@evo.osdl.org>
Mon, 19 Apr 2004 19:32:28 +0000 (19 12:32 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:37 +0000 (7 21:01 -0700)
treeb1145f39d93faa2647bd79bc8b4fb76b2ad1b86e
parent86c405cf6f27615237545997afc9ee2cf815022c
Fix up typename parsing.

We should not allow multiple type specifiers, even
of the same time (we used to silently accept "int int x;").
parse.c
symbol.c