gcc/gcc ChangeLog objc/objc-act.c
shebs@gcc.gnu.org
shebs@gcc.gnu.org
Tue Mar 27 18:49:00 GMT 2001
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: shebs@gcc.gnu.org 2001-03-27 18:49:19
Modified files:
gcc : ChangeLog
gcc/objc : objc-act.c
Log message:
* 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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.9642&r2=1.9643
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&r1=1.74&r2=1.75
More information about the Gcc-cvs
mailing list