diff options
Diffstat (limited to 'libgfortran/io/io.h')
-rw-r--r-- | libgfortran/io/io.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h index e7581a6..2d3c185 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -432,7 +432,9 @@ typedef struct st_parameter_dt struct format_data *fmt; jmp_buf *eof_jump; namelist_info *ionml; - + /* A flag used to identify when a non-standard expanded namelist read + has occurred. */ + int expanded_read; /* Storage area for values except for strings. Must be large enough to hold a complex value (two reals) of the largest kind. */ |