diff options
Diffstat (limited to 'libgfortran/generated/minloc0_4_s1.c')
-rw-r--r-- | libgfortran/generated/minloc0_4_s1.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libgfortran/generated/minloc0_4_s1.c b/libgfortran/generated/minloc0_4_s1.c index f80a67f..c2615d2 100644 --- a/libgfortran/generated/minloc0_4_s1.c +++ b/libgfortran/generated/minloc0_4_s1.c @@ -30,14 +30,14 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include <limits.h> -#if defined (HAVE_GFC_INTEGER_1) && defined (HAVE_GFC_INTEGER_4) +#if defined (HAVE_GFC_UINTEGER_1) && defined (HAVE_GFC_INTEGER_4) #define HAVE_BACK_ARG 1 static inline int -compare_fcn (const GFC_INTEGER_1 *a, const GFC_INTEGER_1 *b, gfc_charlen_type n) +compare_fcn (const GFC_UINTEGER_1 *a, const GFC_UINTEGER_1 *b, gfc_charlen_type n) { - if (sizeof (GFC_INTEGER_1) == 1) + if (sizeof (GFC_UINTEGER_1) == 1) return memcmp (a, b, n); else return memcmp_char4 (a, b, n); @@ -56,7 +56,7 @@ minloc0_4_s1 (gfc_array_i4 * const restrict retarray, index_type extent[GFC_MAX_DIMENSIONS]; index_type sstride[GFC_MAX_DIMENSIONS]; index_type dstride; - const GFC_INTEGER_1 *base; + const GFC_UINTEGER_1 *base; GFC_INTEGER_4 * restrict dest; index_type rank; index_type n; @@ -102,7 +102,7 @@ minloc0_4_s1 (gfc_array_i4 * const restrict retarray, dest[n * dstride] = 1; { - const GFC_INTEGER_1 *minval; + const GFC_UINTEGER_1 *minval; minval = NULL; while (base) @@ -168,7 +168,7 @@ mminloc0_4_s1 (gfc_array_i4 * const restrict retarray, index_type mstride[GFC_MAX_DIMENSIONS]; index_type dstride; GFC_INTEGER_4 *dest; - const GFC_INTEGER_1 *base; + const GFC_UINTEGER_1 *base; GFC_LOGICAL_1 *mbase; int rank; index_type n; @@ -234,7 +234,7 @@ mminloc0_4_s1 (gfc_array_i4 * const restrict retarray, dest[n * dstride] = 0; { - const GFC_INTEGER_1 *minval; + const GFC_UINTEGER_1 *minval; minval = NULL; |