diff options
author | Richard Henderson <rth@redhat.com> | 2001-03-27 20:18:13 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-03-27 20:18:13 -0800 |
commit | c1e9f663099abd31015872fe845ef203781b33a3 (patch) | |
tree | 2f6e5455f652d0634d9b03984d996e977ffda1cf /gcc/except.h | |
parent | 27f66c0bcbe5f793b652c2aab3ff87bcf01e82a6 (diff) | |
download | gcc-c1e9f663099abd31015872fe845ef203781b33a3.zip gcc-c1e9f663099abd31015872fe845ef203781b33a3.tar.gz gcc-c1e9f663099abd31015872fe845ef203781b33a3.tar.bz2 |
bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.
* bb-reorder.c, dwarf2out.c, except.c, except.h, flow.c,
jump.c, toplev.c:
Rename asynchronous_exceptions to flag_non_call_exceptions.
* java/decl.c (end_java_method): Rename asynchronous_exceptions to
flag_non_call_exceptions.
From-SVN: r40902
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h index b6450d3..f4eda90 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -478,7 +478,7 @@ extern int exceptions_via_longjmp; /* One to enable asynchronous exception support. */ -extern int asynchronous_exceptions; +extern int flag_non_call_exceptions; /* One to protect cleanup actions with a handler that calls __terminate, zero otherwise. */ |