diff options
Diffstat (limited to 'libgfortran/generated/count_4_l8.c')
-rw-r--r-- | libgfortran/generated/count_4_l8.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libgfortran/generated/count_4_l8.c b/libgfortran/generated/count_4_l8.c index cffbef6ddb9..e8da4ef8179 100644 --- a/libgfortran/generated/count_4_l8.c +++ b/libgfortran/generated/count_4_l8.c @@ -40,10 +40,10 @@ export_proto(count_4_l8); void count_4_l8 (gfc_array_i4 *retarray, gfc_array_l8 *array, index_type *pdim) { - index_type count[GFC_MAX_DIMENSIONS - 1]; - index_type extent[GFC_MAX_DIMENSIONS - 1]; - index_type sstride[GFC_MAX_DIMENSIONS - 1]; - index_type dstride[GFC_MAX_DIMENSIONS - 1]; + index_type count[GFC_MAX_DIMENSIONS]; + index_type extent[GFC_MAX_DIMENSIONS]; + index_type sstride[GFC_MAX_DIMENSIONS]; + index_type dstride[GFC_MAX_DIMENSIONS]; GFC_LOGICAL_8 *base; GFC_INTEGER_4 *dest; index_type rank; |