summaryrefslogtreecommitdiffhomepage
path: root/src/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math.c')
-rw-r--r--src/math.c1
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))