diff options
author | Richard Stallman <rms@gnu.org> | 1992-06-24 03:01:33 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-06-24 03:01:33 +0000 |
commit | 051e5bbf6ba91f419b6d3ff6a3a75e17dd2506dd (patch) | |
tree | 7a5defa0aab752a9541304d636e8f8c549561dbc /gcc/input.h | |
parent | 819817b9ff2718ba2786f758c6a69639d101948e (diff) | |
download | gcc-051e5bbf6ba91f419b6d3ff6a3a75e17dd2506dd.tar.gz |
*** empty log message ***
From-SVN: r1259
Diffstat (limited to 'gcc/input.h')
-rw-r--r-- | gcc/input.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/input.h b/gcc/input.h index 8c326f9e6a7..9d238dcfdaa 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -15,6 +15,10 @@ 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. |