aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-04-13 21:10:16 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-04-13 21:10:16 +0000
commit2840aebf0851ea62baa82d4c45742e08d861acaa (patch)
tree5b294d8463829ad525276d8e5f2b1399f5e4dc7c /gcc/tree.h
parent8461e9845556229b33d5dbb6474f4fa3e7929ae1 (diff)
downloadgcc-2840aebf0851ea62baa82d4c45742e08d861acaa.zip
gcc-2840aebf0851ea62baa82d4c45742e08d861acaa.tar.gz
gcc-2840aebf0851ea62baa82d4c45742e08d861acaa.tar.bz2
Makefile.in (reg-stack.o): Depend on reload.h.
* 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. From-SVN: r41340
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 fe5a75f..25bf7de 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. */