mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF patch 517245 by Marc Recht.
Support GMP version >= 2. Bugfix candidate.
This commit is contained in:
parent
7113d9607b
commit
6f33250ef9
2 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
#include "gmp.h"
|
||||
|
||||
#if __GNU_MP__ + 0 == 2
|
||||
#if __GNU_MP__ + 0 >= 2
|
||||
#define GMP2
|
||||
#define BITS_PER_MP_LIMB mp_bits_per_limb
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue