OSDN Git Service

PR fortran/34359
[pf3gnuchains/gcc-fork.git] / gcc / fortran / gfortran.h
index 9f83c79..07dbe92 100644 (file)
@@ -706,7 +706,7 @@ symbol_attribute;
 
 typedef struct gfc_file
 {
-  struct gfc_file *next, *up, *sibling, *down;
+  struct gfc_file *next, *up;
   int inclusion_line, line;
   char *filename;
 } gfc_file;