diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-28 20:50:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-28 20:50:57 +0000 |
commit | bbb4b9dbf5a40f4739e38b305c60867e4c5b5b4d (patch) | |
tree | 116014a414d09e8635ac547b5b847c26695f7247 /gdb/objc-lang.h | |
parent | 9519ccd50a751de55c4d1ed09f745dcc018384e9 (diff) | |
download | gdb-bbb4b9dbf5a40f4739e38b305c60867e4c5b5b4d.zip gdb-bbb4b9dbf5a40f4739e38b305c60867e4c5b5b4d.tar.gz gdb-bbb4b9dbf5a40f4739e38b305c60867e4c5b5b4d.tar.bz2 |
2005-01-28 Andrew Cagney <cagney@gnu.org>
* objc-lang.h (c_val_print, c_value_print): Delete declarations.
Diffstat (limited to 'gdb/objc-lang.h')
-rw-r--r-- | gdb/objc-lang.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h index 5a11c5d..e13f0ea 100644 --- a/gdb/objc-lang.h +++ b/gdb/objc-lang.h @@ -1,6 +1,6 @@ /* Objective-C language support definitions for GDB, the GNU debugger. - Copyright 1992 Free Software Foundation, Inc. + Copyright 1992, 2005 Free Software Foundation, Inc. Contributed by Apple Computer, Inc. @@ -31,13 +31,6 @@ extern int objc_parse (void); /* Defined in c-exp.y */ extern void objc_error (char *); /* Defined in c-exp.y */ -extern int c_val_print (struct type *, char *, int, - CORE_ADDR, struct ui_file *, int, - int, int, enum val_prettyprint); - -extern int c_value_print (struct value *, struct ui_file *, - int, enum val_prettyprint); - extern CORE_ADDR lookup_objc_class (char *classname); extern CORE_ADDR lookup_child_selector (char *methodname); |