From: Zebediah Figura Subject: Re: [PATCH 09/18] widl: type_new_bitfield function now takes decl_spec_t for field rather than type_t Message-Id: Date: Wed, 19 Jun 2019 21:09:00 -0500 In-Reply-To: <20190606013415.23642-9-richard@torproject.org> References: <20190606013415.23642-1-richard@torproject.org> <20190606013415.23642-9-richard@torproject.org> On 6/5/19 8:34 PM, Richard Pospesel wrote: > Signed-off-by: Richard Pospesel > --- > tools/widl/parser.y | 2 +- > tools/widl/typetree.c | 6 +++--- > tools/widl/typetree.h | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) Why do we need this?