objc-act.c (objc_check_decl): Don't use xxx_with_decl.
commitcd47580517bf12a070ba8b5e76043d9df813acc6
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Fri, 25 Jul 2003 10:27:43 +0000 (25 10:27 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 25 Jul 2003 10:27:43 +0000 (25 10:27 +0000)
treebd914c5fecb0645c91a2bb36077ad261dfaf5a60
parente710066d27bdcc5165a1feef691e11b90e8f5a1f
objc-act.c (objc_check_decl): Don't use xxx_with_decl.

        * objc/objc-act.c (objc_check_decl): Don't use xxx_with_decl.
        (objc_declare_class): Likewise.
        (error_with_ivar): Likewise.
        (start_class): Likewise.
        (warn_with_method): Likewise.

java/
        * expr.c (expand_java_field_op): Don't use xxx_with_decl
        (expand_java_field_op): Likewise.
        * class.c (layout_class_method): Likewise
        (emit_register_classes): Likewise.
        * decl.c (pushdecl): Likewise.
        (poplevel): Likewise.
        (force_poplevels): Likewise.
        (give_name_to_locals): Likewise.
        * check-init.c (check_for_initialization): Likewise.

From-SVN: r69780
gcc/ChangeLog
gcc/java/ChangeLog
gcc/java/check-init.c
gcc/java/class.c
gcc/java/decl.c
gcc/java/expr.c
gcc/objc/objc-act.c