mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 09:26:25 +00:00
libm: Watcom defines huge=__huge: undefine it to fix build using Watcom.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user