From c76e73e7751ee6fe9c86c3c2dd46579a37a451c6 Mon Sep 17 00:00:00 2001 From: tege Date: Tue, 27 Aug 1996 06:33:31 +0200 Subject: (__gmp_junk): New variable. (__gmp_0): New constant. --- mp_bpl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mp_bpl.c') 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; -- cgit v1.2.1