From: Ulrich Drepper Date: Thu, 6 May 1999 08:57:41 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~20290 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=217da8c7d0a367dff59dfa684b1a3fe8b8b2c619;p=platform%2Fupstream%2Flinaro-glibc.git Update. 1999-05-06 Thorsten Kukuk * stdlib/fpioconst.c: Move #endif before end of struct. --- diff --git a/ChangeLog b/ChangeLog index 3a5767f..76ee52a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-05-06 Thorsten Kukuk + + * stdlib/fpioconst.c: Move #endif before end of struct. + 1999-05-05 Ulrich Drepper * Versions.def (ld.so): Add GLIBC_2.1.1. diff --git a/stdlib/fpioconst.c b/stdlib/fpioconst.c index 1d9eba9..67c42ed 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"