mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 17:36:25 +00:00
libm: Watcom defines huge=__huge: undefine it to fix build using Watcom.
This commit is contained in:
@@ -75,6 +75,10 @@
|
||||
#include "math_libm.h"
|
||||
#include "math_private.h"
|
||||
|
||||
#ifdef __WATCOMC__ /* Watcom defines huge=__huge */
|
||||
#undef huge
|
||||
#endif
|
||||
|
||||
static const double
|
||||
one = 1.0,
|
||||
halF[2] = {0.5,-0.5,},
|
||||
|
Reference in New Issue
Block a user