]> gcc.gnu.org Git - gcc.git/commit - gcc/c-family/c-common.h
c-common.h (lookup_interface): Remove prototype.
authorZiemowit Laski <zlaski@apple.com>
Wed, 1 Sep 2004 07:55:39 +0000 (07:55 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Wed, 1 Sep 2004 07:55:39 +0000 (07:55 +0000)
commitbc095846795081196f13f224804c85571ff2f97d
tree59f347b95142c9c32da7882258f10dadaaba1512
parent45f366abae43ce0df9e3ef7eae7b8eee96f506ab
c-common.h (lookup_interface): Remove prototype.

[gcc/ChangeLog]
2004-09-01  Ziemowit Laski  <zlaski@apple.com>

* c-common.h (lookup_interface): Remove prototype.
(is_class_name): Rename to objc_is_class_name.
(lookup_objc_ivar): Rename to objc_lookup_ivar.
(get_current_scope): Rename to objc_get_current_scope.
* c-decl.c (get_current_scope): Rename to objc_get_current_scope.
* c-parse.in (parmlist_or_identifiers_1): Get rid of unused variable.
(yylexname): Call objc_is_class_name() instead of is_class_name().
* c-typeck.c (build_external_ref): Call objc_lookup_ivar()
instead of lookup_objc_ivar().
* stub-objc.c (lookup_interface): Remove stub.
(is_class_name): Rename to objc_is_class_name.
(lookup_objc_ivar): Rename to objc_lookup_ivar.

[gcc/objc/ChangeLog]
2004-09-01  Ziemowit Laski  <zlaski@apple.com>

* objc-act.c (lookup_interface): Make function 'static' and add a
local prototype.
(objc_check_decl, get_class_reference, objc_declare_alias,
objc_declare_class, objc_is_object_ptr): Call objc_is_class_name()
instead of is_class_name().
(get_super_receiver, objc_clear_super_receiver): Call
objc_get_current_scope() instead of get_current_scope().
(is_class_name): Rename to objc_is_class_name.
(lookup_objc_ivar): Rename to objc_lookup_ivar.

From-SVN: r86879
gcc/ChangeLog
gcc/c-common.h
gcc/c-decl.c
gcc/c-parse.in
gcc/c-typeck.c
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/stub-objc.c
This page took 0.059398 seconds and 5 git commands to generate.