Handle structure attributes between the structure keyword and the name
commit1db467c6263823a4301d181a10ed9cd7700fd11c
authorChristopher Li <sparse@chrisli.org>
Wed, 14 Feb 2007 20:15:49 +0000 (14 12:15 -0800)
committerJosh Triplett <josh@freedesktop.org>
Wed, 21 Feb 2007 22:02:57 +0000 (21 14:02 -0800)
tree6e086b104926538a3a434c1d07e62b525d3e1496
parentd550561a0731f45ac8b6522ecd4ed853e73efade
Handle structure attributes between the structure keyword and the name

struct __attribute__((__aligned__(16))) foo {
    int a;
};

Signed-Off-By: Christopher Li <sparse@chrisli.org>
parse.c