diff options
author | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-03 22:28:21 +0000 |
---|---|---|
committer | manu <manu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-03 22:28:21 +0000 |
commit | bba5a20671e9ac5e4d2f4df2f9961467e983705c (patch) | |
tree | bd6e929d7b61a7f36eb09c0a4cb029426263e066 /gcc/flags.h | |
parent | beaca8bbd79d085a486ab55d8c56aed3ee96d6a3 (diff) | |
download | gcc-bba5a20671e9ac5e4d2f4df2f9961467e983705c.tar.gz |
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).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187123 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 3 |
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. */ |