[commit] remove opaque enum declaration in symtab.h

Daniel Jacobowitz drow@false.org
Wed Dec 19 14:08:00 GMT 2007


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



More information about the Gdb-patches mailing list