libm: Watcom defines huge=__huge: undefine it to fix build using Watcom.

This commit is contained in:
Ozkan Sezer
2018-11-18 11:50:20 +03:00
parent ed8413c937
commit 1a02403ea7
5 changed files with 20 additions and 0 deletions

View File

@@ -63,6 +63,10 @@
#pragma warning ( disable : 4756 )
#endif
#ifdef __WATCOMC__ /* Watcom defines huge=__huge */
#undef huge
#endif
static const double
bp[] = {1.0, 1.5,},
dp_h[] = { 0.0, 5.84962487220764160156e-01,}, /* 0x3FE2B803, 0x40000000 */