* language.h (enum exp_opcode): Comment out this declaration,
authorJoel Brobecker <brobecker@gnat.com>
Mon, 17 Dec 2007 14:06:34 +0000 (14:06 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 17 Dec 2007 14:06:34 +0000 (14:06 +0000)
        undoing the previous change.

gdb/ChangeLog
gdb/language.h

index efda433..bcc8c0e 100644 (file)
@@ -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
index 22e6a46..5c86f6a 100644 (file)
@@ -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.  */