Like other type definitions, typedefs too can have multiple
commitf611dbc59b4f3f00a233ba89e268ab4845c4dde0
authorLinus Torvalds <torvalds@home.transmeta.com>
Mon, 24 Mar 2003 06:16:28 +0000 (23 23:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 03:59:39 +0000 (7 20:59 -0700)
tree97893ce330d6eda6526b9b19a18657efad60fd44
parent79fd1e999b90eeb7284846f6edff70ff1ffd8f63
Like other type definitions, typedefs too can have multiple
type entries, ie

typedef struct type type_t, *typep_t;

and we shouldn't just expect one.
parse.c
test-parsing.c