diff src/number.c @ 5739:a2912073be85

Support bignums with MPIR. Add documentation on the bignum, ratio, and bigfloat implementations. See xemacs-patches message with ID <CAHCOHQkytZao7Uk9ggeo1HKKJtN1bqO054X2mPsGYyQFjbHrZA@mail.gmail.com> and following messages.
author Jerry James <james@xemacs.org>
date Wed, 19 Jun 2013 09:30:30 -0600
parents c9e5612f5424
children 6174848f3e6c e2fae7783046
line wrap: on
line diff
--- a/src/number.c	Mon Jun 17 20:37:47 2013 +0100
+++ b/src/number.c	Wed Jun 19 09:30:30 2013 -0600
@@ -870,7 +870,7 @@
     {
       number_initialized = 1;
 
-#ifdef WITH_GMP
+#if defined(WITH_GMP) || defined(WITH_MPIR)
       init_number_gmp ();
 #endif
 #ifdef WITH_MP