mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 08:04:39 +08:00
varray.c: Include errors.h for internal_error and trim_filename declarations.
* varray.c: Include errors.h for internal_error and trim_filename declarations. * Makefile.in (varray.o): Add errors.h. From-SVN: r43875
This commit is contained in:
parent
fb7e77d7dc
commit
3d7c10129f
@ -1484,7 +1484,8 @@ bitmap.o : bitmap.c $(GCONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h $(BASIC_BLOCK_H) \
|
||||
global.o : global.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h reload.h function.h \
|
||||
$(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h insn-config.h output.h toplev.h \
|
||||
$(TM_P_H)
|
||||
varray.o : varray.c $(CONFIG_H) $(SYSTEM_H) varray.h $(RTL_H) $(TREE_H) bitmap.h
|
||||
varray.o : varray.c $(CONFIG_H) $(SYSTEM_H) varray.h $(RTL_H) $(TREE_H) bitmap.h \
|
||||
errors.h
|
||||
reload.o : reload.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h output.h $(EXPR_H) \
|
||||
reload.h $(RECOG_H) hard-reg-set.h insn-config.h $(REGS_H) \
|
||||
function.h real.h toplev.h $(TM_P_H)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Virtual array support.
|
||||
Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Contributed by Cygnus Solutions.
|
||||
|
||||
This file is part of GNU CC.
|
||||
@ -20,6 +20,7 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "config.h"
|
||||
#include "errors.h"
|
||||
#include "system.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
|
Loading…
Reference in New Issue
Block a user