varray.c: Include errors.h for internal_error and trim_filename declarations.
authorAndreas Jaeger <aj@gcc.gnu.org>
Mon, 9 Jul 2001 20:30:41 +0000 (22:30 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 9 Jul 2001 20:30:41 +0000 (22:30 +0200)
* varray.c: Include errors.h for internal_error and trim_filename
declarations.

* Makefile.in (varray.o): Add errors.h.

From-SVN: r43875

gcc/Makefile.in
gcc/varray.c

index 76631d781e4bf50f9c3aacf678354238adf4af6b..a2ef4e77214705f5edbefc334ce46ded6283df68 100644 (file)
@@ -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)
index 7cf42f0b9114e717745e65388f6ec1265e54161e..5b12370aeee34d9c6f8f5d0aacc69934d2145904 100644 (file)
@@ -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"