]> gcc.gnu.org Git - gcc.git/commit
c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method().
authorZiemowit Laski <zlaski@apple.com>
Wed, 15 Oct 2003 00:10:27 +0000 (00:10 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Wed, 15 Oct 2003 00:10:27 +0000 (00:10 +0000)
commit4898423cfd4d1b1dfb25e78ee7e734be76e1b44d
tree800ea81c078a96a03debae44a7905203b417cccf
parente69166de8e13bd1ec9c30d1871d03cb4b3616f1d
c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method().

2003-10-14  Ziemowit Laski  <zlaski@apple.com>

        * c-parse.in (methoddef, methodproto): Call objc_add_method()
        instead of add_method().
        * objc/objc-act.c (objc_check_decl): Do not check for
        constant_string_type.
        (add_method): Rename to objc_add_method().
        (really_start_method): Call objc_add_method() instead of
        add_method().
        * objc/objc-act.h (add_method): Rename to objc_add_method().

From-SVN: r72506
gcc/ChangeLog
gcc/c-parse.in
gcc/objc/objc-act.c
gcc/objc/objc-act.h
This page took 0.062849 seconds and 5 git commands to generate.