diff options
Diffstat (limited to 'libgfortran/generated/in_pack_i8.c')
-rw-r--r-- | libgfortran/generated/in_pack_i8.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/generated/in_pack_i8.c b/libgfortran/generated/in_pack_i8.c index 85ee8221445..51c6986a288 100644 --- a/libgfortran/generated/in_pack_i8.c +++ b/libgfortran/generated/in_pack_i8.c @@ -39,9 +39,9 @@ Boston, MA 02111-1307, USA. */ GFC_INTEGER_8 * internal_pack_8 (gfc_array_i8 * 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; |