From 07ce51c5aaf25a5a184a35074a40138256a0c099 Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Fri, 17 Jan 2020 09:55:50 +0900 Subject: internal/rational.h: insert assertions in RATIONAL_SET_{NUM,DEN} --- rational.c | 1 - 1 file changed, 1 deletion(-) (limited to 'rational.c') diff --git a/rational.c b/rational.c index 0f9841667f..f483c6d68b 100644 --- a/rational.c +++ b/rational.c @@ -37,7 +37,6 @@ #define GMP_GCD_DIGITS 1 -#define INT_POSITIVE_P(x) (FIXNUM_P(x) ? FIXNUM_POSITIVE_P(x) : BIGNUM_POSITIVE_P(x)) #define INT_ZERO_P(x) (FIXNUM_P(x) ? FIXNUM_ZERO_P(x) : rb_bigzero_p(x)) VALUE rb_cRational; -- cgit v1.2.3