15 lines
450 B
Plaintext
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
|