preparations to ->declarator() cleanup - separate typedef handling
commit1336f8d679f2ea5d008f202208c96113041ae2a2
authorAl Viro <viro@ftp.linux.org.uk>
Mon, 9 Mar 2009 07:11:48 +0000 (9 07:11 +0000)
committerChristopher Li <sparse@chrisli.org>
Fri, 17 Jul 2009 23:06:23 +0000 (17 23:06 +0000)
tree4864c829e97a6335119abe8caa3d6b5936a27545
parent2014558122f10251072ff574c6e3852df1939f78
preparations to ->declarator() cleanup - separate typedef handling

Take typedef handling in declaration_specifiers() into separate
branch; kill useless check for qual in case the type we've got
has non-NULL base_type (we'd have already buggered off in that
situation before we get to the check in question).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christopher Li <sparse@chrisli.org>
parse.c