This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] remove opaque enum declaration in symtab.h


On Wed, Dec 19, 2007 at 05:25:46PM +0400, Joel Brobecker wrote:
> This fixes the only other instance I could find of the use of an opaque
> enum declaration.  The enum type is defined inside defs.h, so I simply
> included this file, and removed the enum declaration.
> 
> 2007-12-19  Joel Brobecker  <brobecker@adacore.com>
> 
>         * symtab.h: #include "defs.h".

FYI, this is not necessary; defs.h is always included first and
everything depends on it.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]