summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2012-05-03 22:28:21 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2012-05-03 22:28:21 +0000
commit0c3641b0ea030a15cc2b61bdd0d4e200086243e5 (patch)
treebd6e929d7b61a7f36eb09c0a4cb029426263e066 /gcc/flags.h
parentd333c3ebce0df3f2c4d976698bea0d96642a2ead (diff)
flags.h (flag_permissive): Do not declare.
2012-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org> gcc/ * flags.h (flag_permissive): Do not declare. * diagnostic.c (diagnostic_report_diagnostic): Handle fpermissive option specially. * toplev.c (flag_permissive): Do not define. * c-tree.h (system_header_p): Delete unused. c-family/ * c.opt (fpermissive): Add Var(flag_permissive). From-SVN: r187123
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 9791e1b2344..48c20e51bd8 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -53,9 +53,6 @@ extern void set_Wstrict_aliasing (struct gcc_options *opts, int onoff);
extern bool final_insns_dump_p;
-/* Nonzero means make permerror produce warnings instead of errors. */
-
-extern int flag_permissive;
/* Other basic status info about current function. */