diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-01 05:35:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-01 05:35:03 +0000 |
commit | 468d9517d1279e106b075c502b10bc730c095d0e (patch) | |
tree | ee9457fc83605716affa67d7bbb80e32c098fbe7 /gcc/ch/convert.c | |
parent | 5de8cfb13cfa0c89de68f5d4d8a384eec7d9a24d (diff) | |
download | gcc-468d9517d1279e106b075c502b10bc730c095d0e.tar.gz |
* Makefile.in (convert.o, typeck.o): Depend on output.h
* convert.c: Include output.h.
* typeck.c: Include output.h.
(initializer_constant_valid_p): Delete fucntion.
* ch-tree.h (initializer_constant_valid_p): Delete prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30311 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch/convert.c')
-rw-r--r-- | gcc/ch/convert.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ch/convert.c b/gcc/ch/convert.c index 84093b8c5fd..137a2d579f8 100644 --- a/gcc/ch/convert.c +++ b/gcc/ch/convert.c @@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */ #include "convert.h" #include "lex.h" #include "toplev.h" +#include "output.h" extern tree bit_one_node, bit_zero_node; extern tree string_one_type_node; |