Commit 2e04a694 by Andreas Schwab Committed by Andreas Schwab

c-convert.c: Include c-convert.h.

	* c-convert.c: Include c-convert.h.
	* Makefile.in (c-convert.o): Updated.

From-SVN: r51915
parent 1f785b7c
2002-04-05 Andreas Schwab <schwab@suse.de>
* c-convert.c: Include c-convert.h.
* Makefile.in (c-convert.o): Updated.
2002-04-05 Jakub Jelinek <jakub@redhat.com>
* mklibgcc.in: Use separate libgcc.map for each multilib.
......
......@@ -1165,7 +1165,8 @@ c-objc-common.o : c-objc-common.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) \
langhooks.h $(GGC_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.o : c-convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h toplev.h \
c-convert.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
......
/* Language-level data type conversion for GNU C.
Copyright (C) 1987, 1988, 1991, 1998 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1991, 1998, 2002 Free Software Foundation, Inc.
This file is part of GCC.
......@@ -29,6 +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 "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