diff options
Diffstat (limited to 'libgfortran/generated/minloc2_4_s1.c')
-rw-r--r-- | libgfortran/generated/minloc2_4_s1.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libgfortran/generated/minloc2_4_s1.c b/libgfortran/generated/minloc2_4_s1.c index f4c8bb3..854aba4 100644 --- a/libgfortran/generated/minloc2_4_s1.c +++ b/libgfortran/generated/minloc2_4_s1.c @@ -28,12 +28,12 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include <string.h> #include <assert.h> -#if defined (HAVE_GFC_INTEGER_1) && defined (HAVE_GFC_INTEGER_4) +#if defined (HAVE_GFC_UINTEGER_1) && defined (HAVE_GFC_INTEGER_4) 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); @@ -50,8 +50,8 @@ minloc2_4_s1 (gfc_array_s1 * const restrict array, GFC_LOGICAL_4 back, index_type ret; index_type sstride; index_type extent; - const GFC_INTEGER_1 *src; - const GFC_INTEGER_1 *minval; + const GFC_UINTEGER_1 *src; + const GFC_UINTEGER_1 *minval; index_type i; extent = GFC_DESCRIPTOR_EXTENT(array,0); @@ -89,8 +89,8 @@ mminloc2_4_s1 (gfc_array_s1 * const restrict array, index_type ret; index_type sstride; index_type extent; - const GFC_INTEGER_1 *src; - const GFC_INTEGER_1 *maxval; + const GFC_UINTEGER_1 *src; + const GFC_UINTEGER_1 *maxval; index_type i, j; GFC_LOGICAL_1 *mbase; int mask_kind; |