OSDN Git Service

entered into RCS
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jun 1992 10:49:13 +0000 (10:49 +0000)
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jun 1992 10:49:13 +0000 (10:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1284 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/input.h

index 9d238dc..8c326f9 100644 (file)
@@ -15,10 +15,6 @@ struct file_stack
     char *name;
     struct file_stack *next;
     int line;
-    /* This is for front ends that do include processing
-       internally rather than having a preprocessor do it.
-       Modula 2 needs this.  */
-    FILE *fd;
   };
 
 /* Stack of currently pending input files.