diff options
Diffstat (limited to 'libgfortran/io/io.h')
-rw-r--r-- | libgfortran/io/io.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h index ecc4a9d..e009f17 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -415,7 +415,10 @@ typedef struct st_parameter_dt /* An internal unit specific flag used to identify that the associated unit is internal. */ unsigned unit_is_internal : 1; - /* 17 unused bits. */ + /* An internal unit specific flag to signify an EOF condition for list + directed read. */ + unsigned at_eof : 1; + /* 16 unused bits. */ char last_char; char nml_delim; |