diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 04:18:13 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-28 04:18:13 +0000 |
commit | b01010c778a00440334ce38918a72940036cb534 (patch) | |
tree | 2f6e5455f652d0634d9b03984d996e977ffda1cf /gcc/except.h | |
parent | b130ede94bcece335b2dae0de6a93aee6c51a5fa (diff) | |
download | gcc-b01010c778a00440334ce38918a72940036cb534.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40902 138bc75d-0d04-0410-961f-82ee72b054a4
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 b6450d3535e..f4eda909f75 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. */ |