diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-06 08:57:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-06 08:57:41 +0000 |
commit | 217da8c7d0a367dff59dfa684b1a3fe8b8b2c619 (patch) | |
tree | 6387b84d4d30bdef88e8dc2baeb612311ebae9bc /stdlib | |
parent | dc5efe83c0252ad45337ab98eff6c26fdb29b0a9 (diff) | |
download | glibc-217da8c7d0a367dff59dfa684b1a3fe8b8b2c619.tar.gz glibc-217da8c7d0a367dff59dfa684b1a3fe8b8b2c619.tar.xz glibc-217da8c7d0a367dff59dfa684b1a3fe8b8b2c619.zip |
Update.
1999-05-06 Thorsten Kukuk <kukuk@suse.de> * stdlib/fpioconst.c: Move #endif before end of struct.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/fpioconst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/fpioconst.c b/stdlib/fpioconst.c index 1d9eba96ad..67c42ede02 100644 --- a/stdlib/fpioconst.c +++ b/stdlib/fpioconst.c @@ -424,8 +424,8 @@ static const mp_limb_t __tens[] = 0x8bd2b496d868b275, 0xc234d8f51c5563f4, 0xf9151ffff868e970, 0x271133eeae7be4a2, 0x25254932bb0fd922, 0x104bcd64a60a9fc0, 0x0000006230290145 -}; #endif +}; #else # error "mp_limb_t size " BITS_PER_MP_LIMB "not accounted for" |