Commit a40179bd by Andreas Schwab Committed by Andreas Schwab

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

From-SVN: r51916
parent 2e04a694
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>
......
......@@ -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
......
......@@ -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--
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment