OSDN Git Service

* c-common.h (c_begin_if_stmt, c_begin_while_stmt,
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jun 2004 01:06:04 +0000 (01:06 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jun 2004 01:06:04 +0000 (01:06 +0000)
commitb576c0c19ef82ab9855bea181227c7d27146deb3
tree74b8a22c43fc02f5e1a6607ab2729a5f19ac2536
parent59629644a9aa124933dc45159da498054eee0669
    * c-common.h (c_begin_if_stmt, c_begin_while_stmt,
        c_finish_while_stmt_cond): Remove decls.
        * c-parse.in (if_prefix): Don't save c_begin_if_stmt result.
        * c-typeck.c (c_begin_if_stmt): Return void.
        (c_begin_else): Tidy.  Save stmt_count.
        * c-tree.h (c_begin_if_stmt): Update decl.
        * objc/objc-act.c (objc_build_try_enter_fragment,
        objc_build_extract_fragment, objc_build_try_epilogue,
        objc_build_catch_stmt, objc_build_catch_epilogue,
        objc_build_finally_prologue, objc_build_finally_epilogue): Update
        for if builder function changes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83280 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.h
gcc/c-parse.in
gcc/c-tree.h
gcc/c-typeck.c
gcc/objc/objc-act.c