OSDN Git Service

gcc/:
[pf3gnuchains/gcc-fork.git] / gcc / c-lang.h
index beed507..4fe1835 100644 (file)
@@ -21,10 +21,10 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_C_LANG_H
 #define GCC_C_LANG_H
 
-#include "c-common.h"
+#include "c-family/c-common.h"
 #include "ggc.h"
 
-struct GTY(()) lang_type {
+struct GTY((variable_size)) lang_type {
   /* In a RECORD_TYPE, a sorted array of the fields of the type.  */
   struct sorted_fields_type * GTY ((reorder ("resort_sorted_fields"))) s;
   /* In an ENUMERAL_TYPE, the min and max values.  */