]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/flags.h
[multiple changes]
[gcc.git] / gcc / flags.h
index dccfc54b8bff9e6b6ec2a96d81dcaa61cdb1f61d..2b670054eb6bbd9c2d2ac4bb57b5656b02509d3c 100644 (file)
@@ -377,6 +377,11 @@ extern int flag_pic;
 
 extern int flag_exceptions;
 
+/* Nonzero means use the new model for exception handling. Replaces 
+   -DNEW_EH_MODEL as a compile option. */
+
+extern int flag_new_exceptions;
+
 /* Nonzero means don't place uninitialized global data in common storage
    by default.  */
 
This page took 0.031462 seconds and 5 git commands to generate.