Commit ef2d9e4d by Kai Tietz Committed by Kai Tietz

c-common.c: Remove header include of tm_p.h.

2010-06-02  Kai Tietz  <kai.tietz@onevision.com>

        * c-common.c: Remove header include of tm_p.h.
        * Makefile.in (c-common.o): Remove TM_P_H dependency.

From-SVN: r160191
parent 5d588f83
2010-06-02 Kai Tietz <kai.tietz@onevision.com>
* c-common.c: Remove header include of tm_p.h.
* Makefile.in (c-common.o): Remove TM_P_H dependency.
2010-06-02 Jakub Jelinek <jakub@redhat.com> 2010-06-02 Jakub Jelinek <jakub@redhat.com>
* tree.h (struct tree_decl_map): New type. * tree.h (struct tree_decl_map): New type.
......
...@@ -52,9 +52,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -52,9 +52,6 @@ along with GCC; see the file COPYING3. If not see
#include "expr.h" /* For vector_mode_valid_p */ #include "expr.h" /* For vector_mode_valid_p */
/* FIXME: Needed for TARGET_ENUM_VA_LIST, which should be a target hook. */
#include "tm_p.h"
cpp_reader *parse_in; /* Declared in c-pragma.h. */ cpp_reader *parse_in; /* Declared in c-pragma.h. */
/* The following symbols are subsumed in the c_global_trees array, and /* The following symbols are subsumed in the c_global_trees array, and
......
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