diff options
Diffstat (limited to 'libgfortran/generated/maxloc2_8_s4.c')
-rw-r--r-- | libgfortran/generated/maxloc2_8_s4.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libgfortran/generated/maxloc2_8_s4.c b/libgfortran/generated/maxloc2_8_s4.c index f707b14..dfb4ba5 100644 --- a/libgfortran/generated/maxloc2_8_s4.c +++ b/libgfortran/generated/maxloc2_8_s4.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_4) && defined (HAVE_GFC_INTEGER_8) +#if defined (HAVE_GFC_UINTEGER_4) && defined (HAVE_GFC_INTEGER_8) static inline int -compare_fcn (const GFC_INTEGER_4 *a, const GFC_INTEGER_4 *b, gfc_charlen_type n) +compare_fcn (const GFC_UINTEGER_4 *a, const GFC_UINTEGER_4 *b, gfc_charlen_type n) { - if (sizeof (GFC_INTEGER_4) == 1) + if (sizeof (GFC_UINTEGER_4) == 1) return memcmp (a, b, n); else return memcmp_char4 (a, b, n); @@ -49,8 +49,8 @@ maxloc2_8_s4 (gfc_array_s4 * const restrict array, GFC_LOGICAL_4 back, gfc_charl index_type ret; index_type sstride; index_type extent; - const GFC_INTEGER_4 *src; - const GFC_INTEGER_4 *maxval; + const GFC_UINTEGER_4 *src; + const GFC_UINTEGER_4 *maxval; index_type i; extent = GFC_DESCRIPTOR_EXTENT(array,0); @@ -88,8 +88,8 @@ mmaxloc2_8_s4 (gfc_array_s4 * const restrict array, index_type ret; index_type sstride; index_type extent; - const GFC_INTEGER_4 *src; - const GFC_INTEGER_4 *maxval; + const GFC_UINTEGER_4 *src; + const GFC_UINTEGER_4 *maxval; index_type i, j; GFC_LOGICAL_1 *mbase; int mask_kind; |