Don't mess with passing symbol to declarator/direct_declarator
commit0fef16e9b884f34ededc5d454f33d66b870bb05a
authorAl Viro <viro@ftp.linux.org.uk>
Mon, 9 Mar 2009 07:10:28 +0000 (9 07:10 +0000)
committerChristopher Li <sparse@chrisli.org>
Fri, 17 Jul 2009 23:06:23 +0000 (17 23:06 +0000)
treeeed295bd7a932a0455639bdbee697d084a9f3c41
parentc03ff1cdb266a8ab53212c6b4456483826c6136a
Don't mess with passing symbol to declarator/direct_declarator

There's no reason to pass symbol to declarator/direct_declarator;
we only use &sym->ctype, so passing ctype * is fine.

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