components/mpfr/patches/000-mpfr-gmp.h.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 08 Aug 2011 10:30:52 -0700
changeset 464 08f94c414553
parent 219 22d9e175d379
permissions -rw-r--r--
7073736 need to turn _ into -

--- mpfr-gmp.h	2009-02-20 04:43:17.000000000 -0500
+++ mpfr-gmp.h	2009-09-21 18:54:44.058699000 -0400
@@ -173,7 +173,7 @@
 #define XDEBUG
 
 /* For longlong.h */
-#ifdef HAVE_ATTRIBUTE_MODE
+#if defined(HAVE_ATTRIBUTE_MODE) && defined(__GNUC__)
 typedef unsigned int UQItype    __attribute__ ((mode (QI)));
 typedef          int SItype     __attribute__ ((mode (SI)));
 typedef unsigned int USItype    __attribute__ ((mode (SI)));