From be5ed96cb47aa947ffef3ee4c4ef034c567a5ad4 Mon Sep 17 00:00:00 2001 From: rth Date: Wed, 28 Mar 2001 05:38:40 +0000 Subject: * 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 --- gcc/flags.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/flags.h') 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 */ -- cgit v1.2.1