summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal.h b/internal.h
index f28d050b12..c30cc6ffed 100644
--- a/internal.h
+++ b/internal.h
@@ -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