diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-12 07:57:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-12 07:57:09 +0000 |
commit | 50944bca4bfeefc5de2ec205ad549eb669ed1008 (patch) | |
tree | 8b9a7141aef238c00893d27a39d3a34247374a82 /sysdeps/ieee754/dbl-64/asincos.tbl | |
parent | 445028e348508c6bcf7cc41ffab4af1b984a11d2 (diff) | |
download | glibc-50944bca4bfeefc5de2ec205ad549eb669ed1008.tar.gz glibc-50944bca4bfeefc5de2ec205ad549eb669ed1008.tar.xz glibc-50944bca4bfeefc5de2ec205ad549eb669ed1008.zip |
Fix warnings.
Diffstat (limited to 'sysdeps/ieee754/dbl-64/asincos.tbl')
-rw-r--r-- | sysdeps/ieee754/dbl-64/asincos.tbl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/ieee754/dbl-64/asincos.tbl b/sysdeps/ieee754/dbl-64/asincos.tbl index ffae0bc288..5f41e54d2b 100644 --- a/sysdeps/ieee754/dbl-64/asincos.tbl +++ b/sysdeps/ieee754/dbl-64/asincos.tbl @@ -3,7 +3,7 @@ /***************************************************************************/ #ifdef BIG_ENDI -static const union {int4 i[5136];double x[2568];} asncs = { +static const union {int4 i[5136];double x[2568];} asncs = { .i = { /**/ 0x3FC04000, 0x00000000, /**/ 0x3FF02169, 0x88994424, /**/ 0x3FB0A6A2, 0xB799B115, @@ -2571,11 +2571,11 @@ static const union {int4 i[5136];double x[2568];} asncs = { /**/ 0x3C935690, 0xE395EEA6, /**/ 0x3FF4FF86, 0x2E5965A2, /**/ 0x400F4000, 0x00000000, -/**/ 0x3F7C6B82, 0xD36A5E70 }; +/**/ 0x3F7C6B82, 0xD36A5E70 } }; #else #ifdef LITTLE_ENDI -static const union {int4 i[5136];double x[2568];} asncs = { +static const union {int4 i[5136];double x[2568];} asncs = { .i = { /**/ 0x00000000, 0x3FC04000, /**/ 0x88994424, 0x3FF02169, /**/ 0xB799B115, 0x3FB0A6A2, @@ -5143,7 +5143,7 @@ static const union {int4 i[5136];double x[2568];} asncs = { /**/ 0xE395EEA6, 0x3C935690, /**/ 0x2E5965A2, 0x3FF4FF86, /**/ 0x00000000, 0x400F4000, -/**/ 0xD36A5E70, 0x3F7C6B82 }; +/**/ 0xD36A5E70, 0x3F7C6B82 } }; #endif #endif |