components/mpfr/patches/000-mpfr-gmp.h.patch
changeset 7813 d18938ebcb0d
parent 7812 ffe9ca8c9421
child 7814 0ef925f9e813
equal deleted inserted replaced
7812:ffe9ca8c9421 7813:d18938ebcb0d
     1 --- mpfr-gmp.h	2009-02-20 04:43:17.000000000 -0500
       
     2 +++ mpfr-gmp.h	2009-09-21 18:54:44.058699000 -0400
       
     3 @@ -173,7 +173,7 @@
       
     4  #define XDEBUG
       
     5  
       
     6  /* For longlong.h */
       
     7 -#ifdef HAVE_ATTRIBUTE_MODE
       
     8 +#if defined(HAVE_ATTRIBUTE_MODE) && defined(__GNUC__)
       
     9  typedef unsigned int UQItype    __attribute__ ((mode (QI)));
       
    10  typedef          int SItype     __attribute__ ((mode (SI)));
       
    11  typedef unsigned int USItype    __attribute__ ((mode (SI)));