summaryrefslogtreecommitdiff
path: root/libgfortran/generated/in_unpack_i4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/in_unpack_i4.c')
-rw-r--r--libgfortran/generated/in_unpack_i4.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/generated/in_unpack_i4.c b/libgfortran/generated/in_unpack_i4.c
index 87861006ef3e..92561a21d7e7 100644
--- a/libgfortran/generated/in_unpack_i4.c
+++ b/libgfortran/generated/in_unpack_i4.c
@@ -37,9 +37,9 @@ Boston, MA 02111-1307, USA. */
void
internal_unpack_4 (gfc_array_i4 * d, const GFC_INTEGER_4 * src)
{
- index_type count[GFC_MAX_DIMENSIONS - 1];
- index_type extent[GFC_MAX_DIMENSIONS - 1];
- index_type stride[GFC_MAX_DIMENSIONS - 1];
+ index_type count[GFC_MAX_DIMENSIONS];
+ index_type extent[GFC_MAX_DIMENSIONS];
+ index_type stride[GFC_MAX_DIMENSIONS];
index_type stride0;
index_type dim;
index_type dsize;