diff options
Diffstat (limited to 'libgfortran/io')
-rw-r--r-- | libgfortran/io/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h index 822930e776a..e16d4b6ec02 100644 --- a/libgfortran/io/io.h +++ b/libgfortran/io/io.h @@ -351,7 +351,7 @@ struct format_data; typedef struct st_parameter_dt { st_parameter_common common; - GFC_INTEGER_4 rec; + GFC_LARGE_IO_INT rec; GFC_INTEGER_4 *size, *iolength; gfc_array_char *internal_unit_desc; CHARACTER1 (format); |