langhooks.c: Include langhooks.h.
authorRichard Henderson <rth@gcc.gnu.org>
Thu, 11 Oct 2001 06:50:50 +0000 (23:50 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 11 Oct 2001 06:50:50 +0000 (23:50 -0700)
        * langhooks.c: Include langhooks.h.
        * Makefile.in (langhooks.o): Depend on it.

From-SVN: r46176

gcc/Makefile.in
gcc/langhooks.c

index cd838150415375949bb1bda3f73e81d8d4370614..5a5b849afcd0d9376ef579f981a869e6a06ae782 100644 (file)
@@ -1349,7 +1349,7 @@ prefix.o: prefix.c $(CONFIG_H) $(SYSTEM_H) Makefile prefix.h
 convert.o: convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h convert.h toplev.h
 
 langhooks.o : langhooks.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) toplev.h \
-   tree-inline.h $(RTL_H) insn-config.h integrate.h
+   tree-inline.h $(RTL_H) insn-config.h integrate.h langhooks.h
 tree.o : tree.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h function.h toplev.h \
    $(GGC_H) $(HASHTAB_H) $(TARGET_H) output.h $(TM_P_H)
 tree-inline.o : tree-inline.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) \
index d5157f8cd63194255a3afec65818b1a307f13cf8..ea0df90484831d0b0c3ea57eec159f33402c4b69 100644 (file)
@@ -27,6 +27,8 @@ Boston, MA 02111-1307, USA.  */
 #include "rtl.h"
 #include "insn-config.h"
 #include "integrate.h"
+#include "langhooks.h"
+
 
 /* lang_hooks.tree_inlining.walk_subtrees is called by walk_tree()
    after handling common cases, but before walking code-specific