OSDN Git Service

* objc/objc-act.c (objc_init): Use dump_base_name.
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Mar 2001 02:49:19 +0000 (02:49 +0000)
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Mar 2001 02:49:19 +0000 (02:49 +0000)
commite4a9e43e574598486bf5a449e0f30c30f442564d
tree90f57e3b213570146b46f96de3241492f9d1f113
parent98abb3d049531947df1905d6741ffeb1a729d750
* objc/objc-act.c (objc_init): Use dump_base_name.
        (gen_declaration): Clear the buffer arg.
        (gen_declaration_1): New function, body of gen_declaration.
        (adorn_decl): Call gen_declaration_1 instead of gen_declaration.
        (gen_method_decl): Ditto, plus always clear buffer arg.
        (error_with_ivar): Simplify.
        (warn_with_method): Ditto.
        (build_message_expr): Don't clear buffers.
        (dump_interface): Ditto.
        (objc_debug): Ditto.
        (build_keyword_selector): Clear the buffer by only zeroing
        the first element.
        (objc_implementation_context): Declare.
        (start_class): Warn about missing @end.
        (finish_objc): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40895 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/objc/objc-act.c