except.h (eh_status): Adjust documentation for x_protect_list.
authorMark Mitchell <mark@codesourcery.com>
Thu, 25 Nov 1999 19:21:27 +0000 (19:21 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 25 Nov 1999 19:21:27 +0000 (19:21 +0000)
commit76fc91c7c857105e5079f28415201a7dd95d363d
treee11758241a48589de283764322a42a688c5bb539
parent913d08334a78012ba496b669bc0077a98d6e9b3c
except.h (eh_status): Adjust documentation for x_protect_list.

* except.h (eh_status): Adjust documentation for x_protect_list.
(begin_protect_partials): New function.
* except.c (enqueue_eh_entry): Fix formatting.
(get_first_handler): Add consistency check.
(add_partial_entry): Adjust usage of protect_list.
(emit_cleanup_handler): Save and restore ehqueue.
(expand_start_all_catch): Add comment.
(begin_protect_partials): New function.
(end_protect_partials): Adjust usage of protect_list.
(init_eh_for_function): Use xcalloc.

From-SVN: r30667
gcc/ChangeLog
gcc/except.c
gcc/except.h