summaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-12-19 12:55:09 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-12-19 12:55:09 +0000
commit61afe13f7ee397780421ff3c30172d035f04dfb7 (patch)
tree2fa6eeb471672dd91f845a769d1ba2ff7740aa0b /gdb/language.h
parent2391b1544c273b6a41639e222d5896b161e56815 (diff)
downloadgdb-61afe13f7ee397780421ff3c30172d035f04dfb7.tar.gz
* language.h (enum exp_opcode): Remove commented out forward
declaration. (op_error): Delete declaration.
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/language.h b/gdb/language.h
index 5c86f6abca2..2de78613617 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -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);