aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bignum.c b/bignum.c
index 15ec5810ed..78dd2a8128 100644
--- a/bignum.c
+++ b/bignum.c
@@ -30,10 +30,6 @@ const char ruby_digitmap[] = "0123456789abcdefghijklmnopqrstuvwxyz";
static VALUE big_three = Qnil;
-#if defined __MINGW32__
-#define USHORT _USHORT
-#endif
-
#ifndef SIZEOF_BDIGIT_DBL
# if defined(HAVE_INT64_T) && defined(HAVE_INT128_T)
# define SIZEOF_BDIGIT_DBL SIZEOF_INT128_T