aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-27 21:38:40 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-27 21:38:40 -0800
commit894d0e3925471409585a6bdcc7af6b24be670fbf (patch)
tree34b4d71a08c693691dc3caeb99c94e15b6c7e086 /gcc/except.h
parent531073e70e23f5faa6a88240b5cd73e4df3202d6 (diff)
downloadgcc-894d0e3925471409585a6bdcc7af6b24be670fbf.zip
gcc-894d0e3925471409585a6bdcc7af6b24be670fbf.tar.gz
gcc-894d0e3925471409585a6bdcc7af6b24be670fbf.tar.bz2
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/except.h b/gcc/except.h
index 9ce4706..fadbb4b 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. */