]> granicus.if.org Git - python/commitdiff
Untested change to include gmp-mparam.h instead of gmp-impl.h.
authorGuido van Rossum <guido@python.org>
Mon, 15 Dec 1997 17:55:53 +0000 (17:55 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Dec 1997 17:55:53 +0000 (17:55 +0000)
Chris Lawrence <quango@ix.netcom.com>

Modules/mpzmodule.c

index bfa8ff766934495482e3bf50a87d0dba5d22ca2c..ae4243af08717aec8627d849b19fcf78de97d464 100644 (file)
@@ -92,7 +92,7 @@ PERFORMANCE OF THIS SOFTWARE.
 */
 
 #include "gmp.h"
-#include "gmp-impl.h"
+#include "gmp-mparam.h"
 
 #if __GNU_MP__ + 0 == 2
 #define GMP2