Skip unnamed bitfield in descend_into_subtype() and advance_current_object().
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 3 Sep 2011 15:28:11 +0000 (17:28 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 3 Sep 2011 15:28:11 +0000 (17:28 +0200)
commitc080804a9ae61e4ba0ec6fc7288c81c326fa9ddb
tree72766a6a272d6f343c7e75d84519b1e313cb75fd
parent4917cb7471c6af7ef8069dae976b1e972020c6a2
Skip unnamed bitfield in descend_into_subtype() and advance_current_object().

Unnamed bitfields cannot be initialized, so they must be skipped.
parser.c