Fix build with GCC 4.6 series.
commitaaff080449ebcb66553ebf5b512f737b6191f339
authorDiego Elio Pettenò <flameeyes@gmail.com>
Wed, 13 Apr 2011 11:06:06 +0000 (13 13:06 +0200)
committerChristopher Li <sparse@chrisli.org>
Mon, 18 Apr 2011 10:22:43 +0000 (18 03:22 -0700)
treefdc003ee8df22acdc044632f055239b6a54c99a2
parentba457c8395073a0b02fdf4fdcb1c6ecd256e081a
Fix build with GCC 4.6 series.

The label_statement attribute in the anonymous structures' union was
duplicated for label_arg and labeled_struct alises, which were
identical. Since the former is never used, delete it and leave the other as
the only copy.

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