diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-12-17 14:06:34 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-12-17 14:06:34 +0000 |
commit | 62dfaa9c0d462f8f653a6871db84f72f0d53da58 (patch) | |
tree | 2bb82a3473fe862b5d88fde8fa719bc67a249b72 /gdb/language.h | |
parent | 37e4754d76e3bf273485512fd6c81201e2d571f9 (diff) | |
download | gdb-62dfaa9c0d462f8f653a6871db84f72f0d53da58.zip gdb-62dfaa9c0d462f8f653a6871db84f72f0d53da58.tar.gz gdb-62dfaa9c0d462f8f653a6871db84f72f0d53da58.tar.bz2 |
* language.h (enum exp_opcode): Comment out this declaration,
undoing the previous change.
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. */ |