Fix last change: c-common.h instead of c-convert.h.

From-SVN: r51916
This commit is contained in:
Andreas Schwab 2002-04-05 09:06:04 +00:00 committed by Andreas Schwab
parent 2e04a69495
commit a40179bd4f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
2002-04-05 Andreas Schwab <schwab@suse.de>
* c-convert.c: Include c-convert.h.
* c-convert.c: Include c-common.h.
* Makefile.in (c-convert.o): Updated.
2002-04-05 Jakub Jelinek <jakub@redhat.com>

View File

@ -1166,7 +1166,7 @@ c-objc-common.o : c-objc-common.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
c-aux-info.o : c-aux-info.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(C_TREE_H) \
flags.h toplev.h
c-convert.o : c-convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h toplev.h \
c-convert.h
$(C_COMMON_H)
c-pragma.o: c-pragma.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TREE_H) function.h \
c-pragma.h toplev.h output.h $(GGC_H) $(TM_P_H) $(C_COMMON_H)
mbchar.o: mbchar.c $(CONFIG_H) $(SYSTEM_H) mbchar.h

View File

@ -29,7 +29,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "tree.h"
#include "flags.h"
#include "convert.h"
#include "c-convert.h"
#include "c-common.h"
#include "toplev.h"
/* Change of width--truncation and extension of integers or reals--