Separating ctype and parser state, part 1
commita66ce056a603c0bd78e26574f3537f9f0d44d475
authorAl Viro <viro@ftp.linux.org.uk>
Mon, 9 Mar 2009 07:10:58 +0000 (9 07:10 +0000)
committerChristopher Li <sparse@chrisli.org>
Fri, 17 Jul 2009 23:06:23 +0000 (17 23:06 +0000)
tree3bcc7619e832f7b4f5d8797d36e5e8ac98435a54
parent09e5867415798fb927b9da830b7dbe908d941596
Separating ctype and parser state, part 1

Introduce struct decl_state that will hold the declaration parser
state.  Pass it to declarator() and direct_declarator().  Note
that at this stage we are putting more stuff on stack *and* get
extra copying; that's temporary and we'll deal with that in subsequent
patches.

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