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]

[commit] remove opaque enum declaration in symtab.h


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".
        (enum language): Remove opaque declaration.
        * Makefile.in (symtab_h): Update dependencies.

Tested on x86-linux by rebuilding GDB.
Checked in.

-- 
Joel

Attachment: symtab.h.diff
Description: Text document


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