Clean up and split declaration_specifiers()
commitea73434b5cd6e4d7c7dd37e9f546795f0427c81b
authorAl Viro <viro@ftp.linux.org.uk>
Mon, 9 Mar 2009 07:12:38 +0000 (9 07:12 +0000)
committerChristopher Li <sparse@chrisli.org>
Fri, 17 Jul 2009 23:06:23 +0000 (17 23:06 +0000)
tree049a313ae4a11dfd388f2eed7c07ced1dcdb75a7
parent78f670d2b3360e98a804f105751aad19355df2f3
Clean up and split declaration_specifiers()

At this point there's not much in common between qualifiers-only
and full cases; easier to split the sucker in two and lose the
qual argument.  Clean it up, while we are at it...

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