aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/io/io.h')
-rw-r--r--libgfortran/io/io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/io/io.h b/libgfortran/io/io.h
index edc520a..8b20389 100644
--- a/libgfortran/io/io.h
+++ b/libgfortran/io/io.h
@@ -514,6 +514,7 @@ typedef struct st_parameter_dt
large enough to hold a complex value (two reals) of the
largest kind. */
char value[32];
+ GFC_IO_INT not_used; /* Needed for alignment. */
formatted_dtio fdtio_ptr;
unformatted_dtio ufdtio_ptr;
} p;