mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-27 05:28:29 +00:00
libm: Watcom defines huge=__huge: undefine it to fix build using Watcom.
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
#include "math_private.h"
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef __WATCOMC__ /* Watcom defines huge=__huge */
|
||||
#undef huge
|
||||
#endif
|
||||
|
||||
static const double
|
||||
two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */
|
||||
twom54 = 5.55111512312578270212e-17, /* 0x3C900000, 0x00000000 */
|
||||
|
Reference in New Issue
Block a user