]> granicus.if.org Git - python/commit
Use a trick to make the test for GMP v2 to work when GMP v1 defines
authorGuido van Rossum <guido@python.org>
Sun, 17 Aug 1997 19:08:33 +0000 (19:08 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 17 Aug 1997 19:08:33 +0000 (19:08 +0000)
commit57e846f80384178da28eb166df7167ede4a0773c
tree5d1a947f062819c92c268390a636ad66e9f916b8
parent5060b3be9bce4692ec11f4ed38753523ae4c8142
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.)
Modules/mpzmodule.c