+2007-12-19 Joel Brobecker <brobecker@adacore.com>
+
+ * language.h (enum exp_opcode): Remove commented out forward
+ declaration.
+ (op_error): Delete declaration.
+
2007-12-19 Joel Brobecker <brobecker@adacore.com>
* infrun.c (handle_inferior_event): Fix spelling in comment.
struct expression;
struct ui_file;
-/* 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. */
/* #include "lang_def.h" */
/* Error messages */
-extern void op_error (const char *lhs, enum exp_opcode,
- const char *rhs);
-
extern void type_error (const char *, ...) ATTR_FORMAT (printf, 1, 2);
extern void range_error (const char *, ...) ATTR_FORMAT (printf, 1, 2);