* mingwex/math/tgamma.c (SQTPI): Add braces.
This commit is contained in:
parent
1dcd64ff55
commit
4a7163e8a0
|
@ -1,3 +1,7 @@
|
|||
2006-06-26 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* mingwex/math/tgamma.c (SQTPI): Add braces.
|
||||
|
||||
2006-06-26 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* mingwex/wcrtomb.c (wcsrtombs): Fix src end-pointer thinko.
|
||||
|
|
|
@ -193,7 +193,7 @@ static const union
|
|||
{
|
||||
unsigned short s[4];
|
||||
double d;
|
||||
} sqt = {0x2706,0x1ff6,0x0d93,0x4004};
|
||||
} sqt = {{0x2706,0x1ff6,0x0d93,0x4004}};
|
||||
#define SQTPI (sqt.d)
|
||||
#endif
|
||||
#if MIEEE
|
||||
|
|
Loading…
Reference in New Issue