summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 05:38:40 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 05:38:40 +0000
commitbe5ed96cb47aa947ffef3ee4c4ef034c567a5ad4 (patch)
tree34b4d71a08c693691dc3caeb99c94e15b6c7e086 /gcc/flags.h
parent10be98bd87222a5f7c2a8eb07bf9ddbfd0d7f839 (diff)
downloadgcc-be5ed96cb47aa947ffef3ee4c4ef034c567a5ad4.tar.gz
* except.h (flag_non_call_exceptions): Move ...
* flags.h: ... here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40906 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index d0e2b27bf0e..8bc2ddd383c 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -624,4 +624,7 @@ extern int flag_eliminate_dwarf2_dups;
and to print them when we are done. */
extern int flag_detailed_statistics;
+/* Nonzero means enable synchronous exceptions for non-call instructions. */
+extern int flag_non_call_exceptions;
+
#endif /* GCC_FLAGS_H */