openbsd-ports/lang/python15/patches/patch-mpzmodule_c
2000-12-13 05:09:46 +00:00

15 lines
450 B
Plaintext

--- Modules/mpzmodule.c.orig Sat Feb 26 18:00:40 2000
+++ Modules/mpzmodule.c Sat Feb 26 18:02:31 2000
@@ -91,8 +91,9 @@
** allocate it himself
*/
-#include "gmp.h"
-#include "gmp-mparam.h"
+#include <gmp.h>
+#define BITS_PER_MP_LIMB mp_bits_per_limb
+extern int mp_bits_per_limb;
#if __GNU_MP__ + 0 == 2
#define GMP2