diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-11-01 05:35:03 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-10-31 22:35:03 -0700 |
commit | 64b6368a9ae1bb20ec5d3cae80e4f7ccbfa2b174 (patch) | |
tree | ee9457fc83605716affa67d7bbb80e32c098fbe7 /gcc/ch/ChangeLog | |
parent | 7b6cbff4caee3e4cc7e5d180f8b34a64c4e7bff4 (diff) | |
download | gcc-64b6368a9ae1bb20ec5d3cae80e4f7ccbfa2b174.zip gcc-64b6368a9ae1bb20ec5d3cae80e4f7ccbfa2b174.tar.gz gcc-64b6368a9ae1bb20ec5d3cae80e4f7ccbfa2b174.tar.bz2 |
Makefile.in (convert.o, typeck.o): Depend on output.h
* 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.
From-SVN: r30311
Diffstat (limited to 'gcc/ch/ChangeLog')
-rw-r--r-- | gcc/ch/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 5343848..5044fe1 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,11 @@ +Sun Oct 31 22:33:33 1999 Jeffrey A Law (law@cygnus.com) + + * 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. + 1999-10-26 Mark Mitchell <mark@codesourcery.com> * ch-tree.h (remember_end_note): Remove prototype. |