]> gcc.gnu.org Git - gcc.git/commit - gcc/except.h
Minor tweaks.
authorAndrew MacLeod <amacleod@cygnus.com>
Tue, 9 Jun 1998 13:28:26 +0000 (13:28 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Tue, 9 Jun 1998 13:28:26 +0000 (13:28 +0000)
commit0d3453dfb69f5c4d090cd03a85b6595f3e995743
tree812a5e7bcb5c0cb69417d69ff0d7b7245fc40a0e
parent3398f47f04de7dd2154fd8565c45d815e173975e
Minor tweaks.

* except.c (expand_start_catch): Rename to start_catch_handler.
(expand_end_catch): Delete function.
(expand_end_all_catch): Remove catch status that expand_end_catch
use to do.
* except.h (expand_start_catch): Rename prototype.
(expand_end_catch): Delete prototype.
* semantics.c (finish_try_block): Rename expand_start_catch, and delete
expand_end_catch.
* parse.y (function_try_block): Rename expand_start_catch, and delete
expand_end_catch.
* except.c (expand_end_eh_spec): Rename expand_start_catch, and delete
expand_end_catch.

From-SVN: r20379
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/cp/parse.y
gcc/cp/semantics.c
gcc/except.c
gcc/except.h
This page took 0.060393 seconds and 5 git commands to generate.