Use a trick to make the test for GMP v2 to work when GMP v1 defines
__GNU_MP__ as empty: #if __GNU_MP__ + 0 == 2 (Untested.)
G
Guido van Rossum committed
57e846f80384178da28eb166df7167ede4a0773c
Parent: 5060b3b
__GNU_MP__ as empty: #if __GNU_MP__ + 0 == 2 (Untested.)