diff options
Diffstat (limited to 'winsup/mingw/mingwex/math/tanhl.c')
-rw-r--r-- | winsup/mingw/mingwex/math/tanhl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/mingw/mingwex/math/tanhl.c b/winsup/mingw/mingwex/math/tanhl.c index 3727b3990..d5d86d0ae 100644 --- a/winsup/mingw/mingwex/math/tanhl.c +++ b/winsup/mingw/mingwex/math/tanhl.c @@ -68,13 +68,13 @@ static long double Q[] = { #endif #ifdef IBMPC -static short P[] = { +static unsigned short P[] = { 0xd2a4,0x1b0c,0x8f15,0x8f99,0xbff1, XPD 0x5959,0x9111,0x9cc7,0xf4e2,0xbffe, XPD 0xb576,0xef5e,0x6d57,0xa81b,0xc005, XPD 0xe3be,0xbfbd,0x5cbc,0xa381,0xc009, XPD }; -static short Q[] = { +static unsigned short Q[] = { /*0x0000,0x0000,0x0000,0x8000,0x3fff,*/ 0x687f,0xce24,0xdd6c,0xc084,0x4005, XPD 0x3793,0xc95f,0xfa2f,0xe3b9,0x4009, XPD |