entered into RCS

From-SVN: r1284
This commit is contained in:
Charles Hannum 1992-06-25 10:49:13 +00:00
parent 4f73c5ddfb
commit 4cca064d7c
1 changed files with 0 additions and 4 deletions

View 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.