diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-04-13 21:10:16 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-04-13 21:10:16 +0000 |
commit | 2840aebf0851ea62baa82d4c45742e08d861acaa (patch) | |
tree | 5b294d8463829ad525276d8e5f2b1399f5e4dc7c /gcc/tree.h | |
parent | 8461e9845556229b33d5dbb6474f4fa3e7929ae1 (diff) | |
download | gcc-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. */ |