Cross Reference: 000-mpfr-gmp.h.patch
xref
: /
solaris-userland
/
components
/
mpfr
/
patches
/
000-mpfr-gmp.h.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
219
N/A
---
mpfr-gmp.h
2009-02-20 04:43:17.000000000 -0500
219
N/A
+++
mpfr-gmp.h
2009-09-21 18:54:44.058699000 -0400
219
N/A
@@ -173,7 +173,7 @@
219
N/A
#define XDEBUG
219
N/A
219
N/A
/* For
longlong.h
*/
219
N/A
-#ifdef HAVE_ATTRIBUTE_MODE
219
N/A
+#if defined(HAVE_ATTRIBUTE_MODE) && defined(__GNUC__)
219
N/A
typedef unsigned int UQItype __attribute__ ((mode (QI)));
219
N/A
typedef int SItype __attribute__ ((mode (SI)));
219
N/A
typedef unsigned int USItype __attribute__ ((mode (SI)));