summaryrefslogtreecommitdiff
path: root/gcc/ch/convert.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-01 05:35:03 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-01 05:35:03 +0000
commit468d9517d1279e106b075c502b10bc730c095d0e (patch)
treeee9457fc83605716affa67d7bbb80e32c098fbe7 /gcc/ch/convert.c
parent5de8cfb13cfa0c89de68f5d4d8a384eec7d9a24d (diff)
downloadgcc-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.c1
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;