aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@caip.rutgers.edu>2001-04-13 21:10:16 +0000
committerKaveh Ghazi <ghazi@caip.rutgers.edu>2001-04-13 21:10:16 +0000
commita385a016771b94cf92729e27d76485e8877e738d (patch)
tree5b294d8463829ad525276d8e5f2b1399f5e4dc7c /gcc/tree.h
parentfb612388c77f1fa5f891731b084f0f5567b4e1f2 (diff)
* Makefile.in (reg-stack.o): Depend on reload.h.
(insn-attrtab.o): Depend on flags.h. * genattrtab (main): Include flags.h in insn-attrtab.c. * reg-stack.c: Include reload.h. * sparc.h (flag_pic): Delete redundant declaration. * output.h (flag_pic): Likewise. * tree.h (pedantic): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@41340 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index fe5a75fc44f..25bf7de292d 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2455,10 +2455,6 @@ extern const char *input_filename;
/* Current line number in input file. */
extern int lineno;
-/* Nonzero for -pedantic switch: warn about anything
- that standard C forbids. */
-extern int pedantic;
-
/* Nonzero means lvalues are limited to those valid in pedantic ANSI C.
Zero means allow extended lvalues. */