]> gcc.gnu.org Git - gcc.git/commit
except.c (init_exception_processing): Use C90 prototype style.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Fri, 7 Mar 2003 07:45:29 +0000 (07:45 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 7 Mar 2003 07:45:29 +0000 (07:45 +0000)
commit5cc3d3b8bf43e4910cc73aac89417e2a86925bb1
tree8ae0bd1f9222b4cc977543adff7aa46710b96f52
parent9534f4bcc830d0db68e1cbbeeb7f8aa5f310defd
except.c (init_exception_processing): Use C90 prototype style.

        * except.c (init_exception_processing): Use C90 prototype style.
        (cp_protect_cleanup_actions): Likewise.
        (prepare_eh_type): Likewise.
        (build_eh_type_type): Likewise.
        (build_exc_ptr): Likewise.
        (do_begin_catch): Likewise.
        (dtor_nothrow): Likewise.
        (do_end_catch): Likewise.
        (push_eh_cleanup): Likewise.
        (decl_is_java_type): Likewise.
        (choose_personality_routine): Likewise.
        (initialize_handler_parm): Likewise.
        (expand_start_catch_block): Likewise.
        (expand_end_catch_block): Likewise.
        (begin_eh_spec_block): Likewise.
        (finish_eh_spec_block): Likewise.
        (do_allocate_exception): Likewise.
        (do_free_exception): Likewise.
        (wrap_cleanups_r): Likewise.
        (stabilize_throw_expr): Likewise.
        (build_throw): Likewise.
        (complete_ptr_ref_or_void_ptr_p): Likewise.
        (is_admissible_throw_operand): Likewise.
        (nothrow_libfn_p): Likewise.
        (can_convert_eh): Likewise.
        (check_handlers_1): Likewise.
        (check_handlers): Likewise.

From-SVN: r63935
gcc/cp/ChangeLog
gcc/cp/except.c
This page took 0.057161 seconds and 5 git commands to generate.