summaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-12-17 14:06:34 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-12-17 14:06:34 +0000
commit1e9889eb03fb0956ab5782bf609b0ec656f61c8b (patch)
tree8b56a44ce63bdf66eb27b31e20ff15bc1ead00de /gdb/language.h
parent1f0ee1ca5d49a75ffd3083c04032d3bdcb652e3d (diff)
downloadgdb-1e9889eb03fb0956ab5782bf609b0ec656f61c8b.tar.gz
* language.h (enum exp_opcode): Comment out this declaration,
undoing the previous change.
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/language.h b/gdb/language.h
index 22e6a46b5d6..5c86f6abca2 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. */