mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
* stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
This commit is contained in:
parent
217da8c7d0
commit
45507acdf5
@ -1,5 +1,6 @@
|
||||
1999-05-06 Thorsten Kukuk <kukuk@suse.de>
|
||||
|
||||
* stdlib/fpioconst.c (__tens): Export also for 64bit platforms.
|
||||
* stdlib/fpioconst.c: Move #endif before end of struct.
|
||||
|
||||
1999-05-05 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user