Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 608496
Collapse All | Expand All

(-)gmpy2-2.0.8.orig/src/gmpy.h (+5 lines)
Lines 129-136 Link Here
129
#ifndef BITS_PER_UI
129
#ifndef BITS_PER_UI
130
/* Assume we are NOT using MPIR > 2.5. */
130
/* Assume we are NOT using MPIR > 2.5. */
131
#define BITS_PER_UI         BITS_PER_ULONG
131
#define BITS_PER_UI         BITS_PER_ULONG
132
#if defined(__mips__) && (_MIPS_SIM == _ABIN32)
133
typedef unsigned long long  mpir_ui;
134
typedef long long           mpir_si;
135
#else
132
typedef unsigned long       mpir_ui;
136
typedef unsigned long       mpir_ui;
133
typedef long                mpir_si;
137
typedef long                mpir_si;
138
#endif
134
#define mpz_fits_si_p       mpz_fits_slong_p
139
#define mpz_fits_si_p       mpz_fits_slong_p
135
#define mpz_fits_ui_p       mpz_fits_ulong_p
140
#define mpz_fits_ui_p       mpz_fits_ulong_p
136
#endif
141
#endif

Return to bug 608496