* mingwex/math/tgamma.c (SQTPI): Add braces.

This commit is contained in:
Danny Smith 2006-06-26 00:56:40 +00:00
parent 1dcd64ff55
commit 4a7163e8a0
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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