summaryrefslogtreecommitdiff
path: root/mp_bpl.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1996-05-08 09:10:48 +0200
committertege <tege@gmplib.org>1996-05-08 09:10:48 +0200
commitc6d715868f53b08c62a129ffd77fb585fd89c43b (patch)
tree82f36d2d8cbe7e07ad3e18d5c6e047e8796d861e /mp_bpl.c
downloadgmp-c6d715868f53b08c62a129ffd77fb585fd89c43b.tar.gz
Initial revision
Diffstat (limited to 'mp_bpl.c')
-rw-r--r--mp_bpl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mp_bpl.c b/mp_bpl.c
new file mode 100644
index 000000000..d817ac823
--- /dev/null
+++ b/mp_bpl.c
@@ -0,0 +1,4 @@
+#include "gmp.h"
+#include "gmp-impl.h"
+
+const int mp_bits_per_limb = BITS_PER_MP_LIMB;