diff options
Diffstat (limited to 'libgfortran/generated/in_pack_i4.c')
-rw-r--r-- | libgfortran/generated/in_pack_i4.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/generated/in_pack_i4.c b/libgfortran/generated/in_pack_i4.c index ac0c34d2b514..72a1519b299a 100644 --- a/libgfortran/generated/in_pack_i4.c +++ b/libgfortran/generated/in_pack_i4.c @@ -39,9 +39,9 @@ Boston, MA 02111-1307, USA. */ GFC_INTEGER_4 * internal_pack_4 (gfc_array_i4 * source) { - 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 ssize; |