From 0c3641b0ea030a15cc2b61bdd0d4e200086243e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Thu, 3 May 2012 22:28:21 +0000 Subject: flags.h (flag_permissive): Do not declare. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2012-05-03 Manuel López-Ibáñez 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 --- gcc/toplev.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/toplev.c') diff --git a/gcc/toplev.c b/gcc/toplev.c index d9aaa42..a2845ab 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -145,10 +145,6 @@ HOST_WIDE_INT random_seed; /* -f flags. */ -/* Nonzero means make permerror produce warnings instead of errors. */ - -int flag_permissive = 0; - /* When non-NULL, indicates that whenever space is allocated on the stack, the resulting stack pointer must not pass this address---that is, for stacks that grow downward, the stack pointer -- cgit v1.1