diff options
Diffstat (limited to 'src/math.c')
| -rw-r--r-- | src/math.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math.c b/src/math.c index 96f803580..cbe773c58 100644 --- a/src/math.c +++ b/src/math.c @@ -11,7 +11,6 @@ mrb_raise(mrb, E_RANGE_ERROR, "Numerical argument is out of domain - " #msg); /* math functions not provided under Microsoft Visual C++ */ -#define _MSC_VER #ifdef _MSC_VER #define asinh(x) log(x + sqrt(pow(x,2.0) + 1)) #define acosh(x) log(x + sqrt(pow(x,2.0) - 1)) |
