summaryrefslogtreecommitdiff
path: root/mp_bpl.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1996-08-27 06:33:31 +0200
committertege <tege@gmplib.org>1996-08-27 06:33:31 +0200
commitc76e73e7751ee6fe9c86c3c2dd46579a37a451c6 (patch)
tree1ede142471e6d17f556bc4636b9e8b9323536f89 /mp_bpl.c
parent04c70518de1a19ba14da0fe4677dab7716ef5e86 (diff)
downloadgmp-c76e73e7751ee6fe9c86c3c2dd46579a37a451c6.tar.gz
(__gmp_junk): New variable.
(__gmp_0): New constant.
Diffstat (limited to 'mp_bpl.c')
-rw-r--r--mp_bpl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_bpl.c b/mp_bpl.c
index d817ac823..34734da13 100644
--- a/mp_bpl.c
+++ b/mp_bpl.c
@@ -2,3 +2,5 @@
#include "gmp-impl.h"
const int mp_bits_per_limb = BITS_PER_MP_LIMB;
+const int __gmp_0 = 0;
+int __gmp_junk;