* emultempl/mmixelf.em: Remove incorrect '#line' directive.
[deliverable/binutils-gdb.git] / gdb / objc-lang.h
index 5a11c5dbf165dcc818c6cc2123cfcbe7e76e3fb4..07c0cb4526f75d3e92bd2e55114fa922b98d74a1 100644 (file)
@@ -1,6 +1,6 @@
 /* Objective-C language support definitions for GDB, the GNU debugger.
 
-   Copyright 1992 Free Software Foundation, Inc.
+   Copyright (C) 1992, 2005, 2007 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
 
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #if !defined(OBJC_LANG_H)
 #define OBJC_LANG_H
@@ -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);
 
This page took 0.025051 seconds and 4 git commands to generate.