This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Make parser-defs.h and ax-gdb.h more self-contained
- From: Sergio Durigan Junior <sergiodj at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: GDB Patches <gdb-patches at sourceware dot org>
- Date: Wed, 26 Jun 2013 14:23:27 -0300
- Subject: Re: [PATCH] Make parser-defs.h and ax-gdb.h more self-contained
- References: <m3fvw5wkzr dot fsf at redhat dot com> <51CAD046 dot 8050801 at redhat dot com>
On Wednesday, June 26 2013, Pedro Alves wrote:
> Forward declarations of enums is a gcc extension. You need to include
> the proper header instead. But that's expression.h, and you've
> already included it, so we can just remove that enum forward declaration.
> OK with that change.
Ops, thanks. Checked-in.
http://sourceware.org/ml/gdb-cvs/2013-06/msg00177.html
--
Sergio