From 998d1c6c30db09fa6898e6c72a4c874a7fc6ef5c Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 17 Nov 2016 08:50:36 +0000 Subject: numeric.c: get rid of a compile error on mingw64 * numeric.c (rb_fix2str): typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index e7cb105b7d..22b664c186 100644 --- a/numeric.c +++ b/numeric.c @@ -3350,7 +3350,7 @@ rb_fix2str(VALUE x, int base) (val < 0 && (x & 0xFFFFFFFF00000000ull) != 0xFFFFFFFF00000000ull)) { rb_bug("Unnormalized Fixnum value %p", (void *)x); } -# elif +# else /* should do something like above code, but currently ruby does not know */ /* such platforms */ # endif -- cgit v1.2.3