summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-16 10:44:27 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-16 10:44:27 +0000
commita08c5527eab8222d89bfe9c4f410ade5f08b3f7e (patch)
tree6e32ee113d09ba7d94b383094c6cb9acf3350970 /bignum.c
parenta97c3b75855e86220d0c17544fb0f2c87c7e854d (diff)
* bignum.c (USHORT): Unused macro removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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