1 --- gmp-h.in 2013-08-10 12:04:01.027313447 +0400
2 +++ gmp-h.in 2013-08-10 12:23:41.933456077 +0400
4 #if ! defined (__GMP_WITHIN_CONFIGURE)
5 #define __GMP_HAVE_HOST_CPU_FAMILY_power @HAVE_HOST_CPU_FAMILY_power@
6 #define __GMP_HAVE_HOST_CPU_FAMILY_powerpc @HAVE_HOST_CPU_FAMILY_powerpc@
7 -#define GMP_LIMB_BITS @GMP_LIMB_BITS@
8 #define GMP_NAIL_BITS @GMP_NAIL_BITS@
9 +#if defined(__amd64) || defined(__sparcv9)
10 +#define GMP_LIMB_BITS 64
12 +#define GMP_LIMB_BITS 32
15 #define GMP_NUMB_BITS (GMP_LIMB_BITS - GMP_NAIL_BITS)
16 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
18 #define __GMP_EXTERN_INLINE extern __inline__
20 #define __GMP_INLINE_PROTOTYPES 1
23 +#define __GMP_EXTERN_INLINE static inline
27 /* DEC C (eg. version 5.9) supports "static __inline foo()", even in -std1