* language.h (enum exp_opcode): Remove commented out forward

declaration.
        (op_error): Delete declaration.
This commit is contained in:
Joel Brobecker 2007-12-19 12:55:09 +00:00
parent d3cfff61d7
commit 7a188e2b3d
2 changed files with 6 additions and 5 deletions

View file

@ -1,3 +1,9 @@
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.

View file

@ -31,8 +31,6 @@ struct frame_info;
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" */
@ -410,9 +408,6 @@ extern void binop_type_check (struct value *, struct value *, int);
/* 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);