* solist.h (struct target_so_ops): New member clear_so.
[deliverable/binutils-gdb.git] / gdb / objc-lang.h
index 351af7bc3887ce04d777c3ab0848094036e54e1f..23fac1b72075de94c5e7cb9d64ca0ebdea8fa2ec 100644 (file)
@@ -1,7 +1,6 @@
 /* Objective-C language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 1992, 2005, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1992-2013 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
 
@@ -28,10 +27,6 @@ struct stoken;
 struct value;
 struct block;
 
-extern int objc_parse (void);          /* Defined in c-exp.y */
-
-extern void objc_error (char *);       /* Defined in c-exp.y */
-
 extern CORE_ADDR lookup_objc_class     (struct gdbarch *gdbarch,
                                        char *classname);
 extern CORE_ADDR lookup_child_selector (struct gdbarch *gdbarch,
@@ -51,7 +46,7 @@ extern void start_msglist (void);
 extern void add_msglist (struct stoken *str, int addcolon);
 extern int end_msglist (void);
 
-struct symbol *lookup_struct_typedef (char *name, struct block *block,
+struct symbol *lookup_struct_typedef (char *name, const struct block *block,
                                      int noerr);
 
 #endif
This page took 0.024113 seconds and 4 git commands to generate.