c-common.h (c_begin_if_stmt, [...]): Remove decls.
authorRichard Henderson <rth@redhat.com>
Thu, 17 Jun 2004 01:06:04 +0000 (18:06 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 17 Jun 2004 01:06:04 +0000 (18:06 -0700)
commit9e51cf9da473db64da0af8587a27dab945890990
tree74b8a22c43fc02f5e1a6607ab2729a5f19ac2536
parent902fd62cebfcdbf91caf2377cb0db0ae577cbbfd
c-common.h (c_begin_if_stmt, [...]): Remove decls.

        * 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.

From-SVN: r83280
gcc/ChangeLog
gcc/c-common.h
gcc/c-parse.in
gcc/c-tree.h
gcc/c-typeck.c
gcc/objc/objc-act.c