aboutsummaryrefslogtreecommitdiff
path: root/gdb
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
commit7a188e2b3d8a6f630a34013fcc47b5d42b586b2a (patch)
tree1ebbb3dd522323d224dedbd1b0c7cb1243714913 /gdb
parentd3cfff61d7aadc3b4f2e185f248db2a4c1a69e3f (diff)
downloadgdb-7a188e2b3d8a6f630a34013fcc47b5d42b586b2a.zip
gdb-7a188e2b3d8a6f630a34013fcc47b5d42b586b2a.tar.gz
gdb-7a188e2b3d8a6f630a34013fcc47b5d42b586b2a.tar.bz2
* language.h (enum exp_opcode): Remove commented out forward
declaration. (op_error): Delete declaration.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/language.h5
2 files changed, 6 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 258d57f..b5a802a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
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.
2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
diff --git a/gdb/language.h b/gdb/language.h
index 5c86f6a..2de7861 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);