OSDN Git Service

* diagnostic.c: Include langhooks-def.h.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 Mar 2002 22:59:14 +0000 (22:59 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 31 Mar 2002 22:59:14 +0000 (22:59 +0000)
* Makefile.in (diagnostic.o): Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51674 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in
gcc/diagnostic.c

index 9f4d8d9..2896b2a 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+       * diagnostic.c: Include langhooks-def.h.
+       * Makefile.in (diagnostic.o): Update.
+
 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * c-common.c (c_unsafe_for_reeval): Rename.
index 23fba7f..4f05c5d 100644 (file)
@@ -1343,7 +1343,7 @@ fold-const.o : fold-const.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h \
    toplev.h $(HASHTAB_H) $(EXPR_H) $(RTL_H) $(GGC_H) $(TM_P_H) langhooks.h
 diagnostic.o : diagnostic.c diagnostic.h real.h diagnostic.def \
    $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_P_H) flags.h $(GGC_H) \
-   input.h toplev.h intl.h langhooks.h
+   input.h toplev.h intl.h langhooks.h langhooks-def.h
 toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(RTL_H) function.h \
    flags.h xcoffout.h input.h $(INSN_ATTR_H) output.h diagnostic.h \
    debug.h insn-config.h intl.h $(RECOG_H) Makefile toplev.h \
index 15a614e..247ee1d 100644 (file)
@@ -35,6 +35,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "intl.h"
 #include "diagnostic.h"
 #include "langhooks.h"
+#include "langhooks-def.h"
 
 #define obstack_chunk_alloc xmalloc
 #define obstack_chunk_free  free