summaryrefslogtreecommitdiff
path: root/gdb/objc-lang.h
diff options
context:
space:
mode:
authorAdam Fedor <fedor@gnu.org>2002-10-04 01:18:48 +0000
committerAdam Fedor <fedor@gnu.org>2002-10-04 01:18:48 +0000
commit64b1d393ce13ea37b7c16095a56573742c2b5b21 (patch)
tree0c8a1c5d4279994d8bf642ee65b970272dd765b9 /gdb/objc-lang.h
parentb9def40ab6ccd7836757369fa879ee4c3f3f252f (diff)
downloadgdb-64b1d393ce13ea37b7c16095a56573742c2b5b21.tar.gz
2002-10-03 Adam Fedor <fedor@gnu.org>
* objc-lang.c: ARI fixes. Change string.h to gdb_string.h. (objc_demangle): Remove assignment in if statements, Replace free with xfree. (add_msglist): Likewise. (end_msglist): Likewise. (complare_selectors): Likewise. (selectors_info): Likewise. (compare_classes): Likewise. (classes_info): Likewise. (print_object_command): Likewise. (find_objc_msgcall_submethod): Replace PTR with void *. * objc-lang.h: Remove check for __STDC__.
Diffstat (limited to 'gdb/objc-lang.h')
-rw-r--r--gdb/objc-lang.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h
index 87e315b5c06..9fd93e7a5fc 100644
--- a/gdb/objc-lang.h
+++ b/gdb/objc-lang.h
@@ -19,9 +19,7 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#ifdef __STDC__ /* Forward decls for prototypes. */
struct value;
-#endif
extern int objc_parse (void); /* Defined in c-exp.y */