mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* language.h (enum exp_opcode): Comment out this declaration,
undoing the previous change.
This commit is contained in:
parent
37e4754d76
commit
62dfaa9c0d
@ -1,3 +1,8 @@
|
||||
2007-12-17 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* language.h (enum exp_opcode): Comment out this declaration,
|
||||
undoing the previous change.
|
||||
|
||||
2007-12-17 Luis Machado <luisgpm@br.ibm.com>
|
||||
|
||||
* breakpoint.c: (watch_command_1): Parse additional optional
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user