]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/objc-lang.c
2003-05-23 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 23 May 2003 16:02:30 +0000 (16:02 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 23 May 2003 16:02:30 +0000 (16:02 +0000)
commite8f3fcdde6305c944da30d31b01a2bbf6d988e61
treef33dc4c78d15fc1bc36c9ec13e5c1793ee9bb097
parent39c1d492f8db83eea519036616cb4d7cdb738a16
2003-05-23  Andrew Cagney  <cagney@redhat.com>

* objc-lang.c: Include "gdb_assert.h".
(objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
(CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
(gdb_check, gdb_check_fatal): Delete functions.
(read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
gdb_assert.
(parse_selector, parse_method, find_methods, find_imps): Ditto.
* Makefile.in (objc-lang.o): Update dependencies.
gdb/ChangeLog
gdb/Makefile.in
gdb/objc-lang.c