* internal.h (rb_int128t2big): declare only when HAVE_INT128_T.

fixed a compile error with VC++ introduced at r54203.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2016-03-20 12:18:28 +00:00
parent ce5ba9197d
commit 6d97a5de09
2 changed files with 6 additions and 2 deletions

View file

@ -272,9 +272,8 @@ nlz_int128(uint128_t x)
#elif defined(HAVE_INT128_T)
# define DLONG int128_t
# define DL2NUM(x) (RB_FIXABLE(x) ? LONG2FIX(x) : rb_int128t2big(x))
#endif
VALUE rb_int128t2big(int128_t n);
#endif
/* arguments must be Fixnum */
static inline VALUE