From: Joel Brobecker Date: Mon, 17 Dec 2007 14:06:34 +0000 (+0000) Subject: * language.h (enum exp_opcode): Comment out this declaration, X-Git-Tag: sid-snapshot-20080101~130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62dfaa9c0d462f8f653a6871db84f72f0d53da58;p=external%2Fbinutils.git * language.h (enum exp_opcode): Comment out this declaration, undoing the previous change. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index efda433..bcc8c0e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-12-17 Joel Brobecker + + * language.h (enum exp_opcode): Comment out this declaration, + undoing the previous change. + 2007-12-17 Luis Machado * breakpoint.c: (watch_command_1): Parse additional optional diff --git a/gdb/language.h b/gdb/language.h index 22e6a46..5c86f6a 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -30,7 +30,8 @@ struct objfile; struct frame_info; struct expression; struct ui_file; -enum exp_opcode; + +/* enum exp_opcode; ANSI's `wisdom' didn't include forward enum decls. */ /* This used to be included to configure GDB for one or more specific languages. Now it is left out to configure for all of them. FIXME. */