Another attempt to fix the attribute parsing.
commit43972b481fb9daf8708b23ca525c96197c1c0491
authorChristopher Li <sparse@chrisli.org>
Wed, 17 Jan 2007 02:43:57 +0000 (16 18:43 -0800)
committerJosh Triplett <josh@freedesktop.org>
Sat, 27 Jan 2007 09:14:53 +0000 (27 01:14 -0800)
treee63047e52ee35fc7ec9f5014c69c842351d3003f
parentb775e61481c6c5dcc44088116a42c3f1b2a415c7
Another attempt to fix the attribute parsing.

This patch delay the finalized of the abstract int type so it
can take the __attribute__ in the end of declaration.

It complicate the bit field parsing because abstract type can
show up in the base type of bit field.

Signed-off-by: Christopher Li <sparse@chrisli.org>
parse.c