From 45507acdf50dee10d0676e4847f49708989843b6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 6 May 1999 09:06:27 +0000 Subject: Update. * stdlib/fpioconst.c (__tens): Export also for 64bit platforms. --- stdlib/fpioconst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') diff --git a/stdlib/fpioconst.c b/stdlib/fpioconst.c index 67c42ed..50d4537 100644 --- a/stdlib/fpioconst.c +++ b/stdlib/fpioconst.c @@ -231,7 +231,7 @@ const mp_limb_t __tens[] = /* Table with constants of 10^(2^i), i=0..12 for 64-bit limbs. */ -static const mp_limb_t __tens[] = +const mp_limb_t __tens[] = { #define TENS_P0_IDX 0 #define TENS_P0_SIZE 2 -- cgit v1.1