summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index ffd837dd4f2..222a67514c2 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -315,6 +315,11 @@ extern int flag_pedantic_errors;
extern int flag_pic;
+/* Nonzero means generate extra code for exception handling and enable
+ exception handling. */
+
+extern int flag_exceptions;
+
/* Nonzero means don't place uninitialized global data in common storage
by default. */