diff options
author | Richard Henderson <rth@redhat.com> | 2001-03-27 21:38:40 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-03-27 21:38:40 -0800 |
commit | 894d0e3925471409585a6bdcc7af6b24be670fbf (patch) | |
tree | 34b4d71a08c693691dc3caeb99c94e15b6c7e086 /gcc/except.h | |
parent | 531073e70e23f5faa6a88240b5cd73e4df3202d6 (diff) | |
download | gcc-894d0e3925471409585a6bdcc7af6b24be670fbf.tar.gz |
except.h (flag_non_call_exceptions): Move ...
* except.h (flag_non_call_exceptions): Move ...
* flags.h: ... here.
From-SVN: r40906
Diffstat (limited to 'gcc/except.h')
-rw-r--r-- | gcc/except.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/except.h b/gcc/except.h index 9ce470612e7..fadbb4b3f26 100644 --- a/gcc/except.h +++ b/gcc/except.h @@ -472,10 +472,6 @@ extern void push_ehqueue PARAMS ((void)); /* Restore a previously pushed ehqueue. */ extern void pop_ehqueue PARAMS ((void)); -/* One to enable asynchronous exception support. */ - -extern int flag_non_call_exceptions; - /* One to protect cleanup actions with a handler that calls __terminate, zero otherwise. */ |