Re: [PATCH v2 1/4] Ignore access-control keywords when parsing fields.

2013-10-16 Thread David Malcolm
On Tue, 2013-10-15 at 12:36 -0600, Jeff Law wrote: > On 09/24/13 11:49, David Malcolm wrote: [...] > > * gengtype-parse.c (struct_field_seq): Ignore access-control > > keywords ("public:" etc). > OK. Thanks; committed to trunk as r203708.

Re: [PATCH v2 1/4] Ignore access-control keywords when parsing fields.

2013-10-15 Thread Jeff Law
On 09/24/13 11:49, David Malcolm wrote: Classes containing access-control keywords such as "public:" confuse struct_field_seq, leading it to call consume_until_eos i.e. ignore text until after the next semicolon. This leads to the first field after an access-control keyword being ignored by geng