From cdf993100566b2a42ffb040f0f2b7a900fdc5ff7 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sun, 10 Sep 2017 12:33:09 +0000 Subject: merge revision(s) 59765: [Backport #13877] ruby.h: unnormalized Fixnum value * include/ruby/ruby.h (ST2FIX): fix unnormalized Fixnum value bug on mingw/mswin. [ruby-core:82687] [Bug #13877] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@59823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index e0a4729d2f..45e32c35b7 100644 --- a/internal.h +++ b/internal.h @@ -330,8 +330,6 @@ ntz_intptr(uintptr_t x) VALUE rb_int128t2big(int128_t n); #endif -#define ST2FIX(h) LONG2FIX((long)(h)) - /* arguments must be Fixnum */ static inline VALUE -- cgit v1.2.3