From b019719301b068bfc5fdfdbcba4559f0fc6b966c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 7 Sep 2017 03:24:08 +0000 Subject: 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/trunk@59765 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 5f85909461..2994c6e742 100644 --- a/internal.h +++ b/internal.h @@ -372,8 +372,6 @@ ntz_intptr(uintptr_t x) VALUE rb_int128t2big(int128_t n); #endif -#define ST2FIX(h) LONG2FIX((long)(h)) - static inline long rb_overflowed_fix_to_int(long x) { -- cgit v1.2.3